this is a docker management tool that you can manage your docker by web pages, eg: pull/build/load image、run/start/stop/remove container...
and you can manage multi dockers at one time.
-
clone the project.
-
dev the web pages
cd web quasar dev
-
start the java main class:
cn.youyi.dockerv.AppBootstrap
-
build the web pages
cd web quasar build
-
execute the gradle task
"shadowJar"
, then you can get the fat jar, just execute it and open your browser and visit http://localhost:22233 !
here are the commands that docker-v support, and i will continuously add more command support .
-
✅ pull
-
✅ load
-
✅ save
-
✅ build
-
✅ rmi
-
✅ create
-
✅ run
-
✅ start
-
✅ stop
-
✅ rm
-
✅ inspect
here are some pages preview.