Docker常用命令
1、查看已有的镜像 # docker images 2、运行xinyar/erp-web镜像 # docker run -d --restart=always -p 8091:8091 - ...
1、查看已有的镜像 # docker images 2、运行xinyar/erp-web镜像 # docker run -d --restart=always -p 8091:8091 - ...