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