# docker-v **Repository Path**: RabbitNoTeeth/docker-v ## Basic Information - **Project Name**: docker-v - **Description**: a docker management tool, you can manage your docker by web pages - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Docker, docker-management, docker-management-tool, docker-visible, docker-web ## README # docker-v 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. ## 1 How to dev ? 1. clone the project. 2. dev the web pages ``` cd web quasar dev ``` 3. start the java main class: `cn.youyi.dockerv.AppBootstrap` ## 2 How to build ? 1. build the web pages ``` cd web quasar build ``` 2. execute the gradle task `"shadowJar"`, then you can get the fat jar, just execute it and open your browser and visit http://localhost:22233 ! ## 3 Feature 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 ## 4 Preview here are some pages preview. ### 2.1 create docker session ![](./doc/create_docker_session.png) ![](./doc/create_docker_session2.png) ### 2.2 query images ![](./doc/images1.png) ### 2.3 create new image #### pull ![](./doc/newimage1.png) #### load ![](./doc/newimage2.png) #### build ![](./doc/newimage3.png) ## 2.4 save image ![](./doc/saveimage.png) ## 2.5 query containers ![](./doc/containers.png) ## 2.6 create new container ![](./doc/newcontainer.png)