This is an Electron js application for managing the docker containers.
Through this app you can perform following operation:
- Run a new container and provide port forwarding details.
- List and Search locally existing container images
- List and Search containers.
- Start/Stop/Delete a container.
- Clone the repo :
git clone https://github.com/AkshayC-1/container-management.git cd container-management- Install the dependencies :
npm install - Run the application :
npm start
This is an experimental project.
NodeIntegration is enabled and ContextIsolation is disabled.