A simple GUI for managing containers and images of Docker
A weekend project from @rakibtg
- Clone this repository
git clone https://github.com/rakibtg/Docker-Elementary - Open a terminal in the directory where the project was cloned.
- Type
yarnto install all dependencies. - Now open two terminal in this directory, on the first terminal type: and on the second terminal type:
yarn react-startyarn electron-start
I'm using react and redux with electron so if you want to contribute and need any help or any ideas please DM me on twitter @rakibtg
Not yet.
Some features are working,
- Start/Stop/Container container
- Delete container
- Better error handling and over all app architecture.
