Docker Moon is a lightweight management UI which allows you to easily manage your Docker environments (Docker hosts or Swarm clusters).
Docker Moon is simple to deploy as it is to use. It consists of a single container that can run on any Docker engine. Also you can run with java -jar as son as possible.
Docker Moon allows you to manage your Docker containers, images, volumes, networks, secrets, configs and more! It is compatible with the standalone Docker engine and with Docker Swarm mode.
Coming soon..
docker run -d -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock aakkus/docker-moon
docker service create \
--name docker-moon \
--publish 8080:8080 \
--constraint 'node.role == manager' \
--mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock \
aakkus/docker-moon
- Connect to different Docker engine.
- Use multiple docker engine at same time.
- Connect to Docker engine with TLS.
- User Management.
- UI & UX improvements.
- Add new feature to container management such as export container & stats etc.
- Refactor are needed for some class.
- Write Unit & Integration & Functional Tests.
- Want to report a bug or request a feature? Please send email to [email protected]