https://www.dotnetcatch.com/2016/11/11/access-a-docker-container-from-the-docker-for-windows-host/
https://www.cnblogs.com/sparkdev/p/8052522.html
route add 172.17.0.0 mask 255.255.240.0 172.31.176.1 -p
https://harbor-k8s.wzs.wistron.com.cn/
找MIS开权限即可。
https://www.cnblogs.com/wushuaishuai/p/10013535.html
https://blog.csdn.net/weixin_33757609/article/details/93872422
而 Docker 提供了一个 docker commit 命令,可以将容器的存储层保存下来成为镜像。
https://blog.csdn.net/weixin_41790086/article/details/102932185
https://blog.csdn.net/CSDN___LYY/article/details/83042553
Commands:
build Build or rebuild services
convert Converts the compose file to platform's canonical format
cp Copy files/folders between a service container and the local filesystem
create Creates containers for a service.
down Stop and remove containers, networks
events Receive real time events from containers.
exec Execute a command in a running container.
images List images used by the created containers
kill Force stop service containers.
logs View output from containers
ls List running compose projects
pause Pause services
port Print the public port for a port binding.
ps List containers
pull Pull service images
push Push service images
restart Restart containers
rm Removes stopped service containers
run Run a one-off command on a service.
start Start services
stop Stop services
top Display the running processes
unpause Unpause services
up Create and start containers
version Show the Docker Compose version information
https://blog.csdn.net/u013042707/article/details/83754791
https://blog.csdn.net/u013355826/article/details/79963334
https://blog.csdn.net/u013282737/article/details/85233408
https://blog.csdn.net/sigmarising/article/details/85235062
https://www.cnblogs.com/one-tom/p/11106837.html
https://blog.csdn.net/weixin_41519463/article/details/103761824