240 发简信
IP属地:甘肃
  • 120
    docker常用命令

    docker run --name=xxx -it ubuntu /bin/bash docker rm 容器 ; docker rmi 镜像;docker stop 容器;...