ICode9

精准搜索请尝试: 精确搜索
  • docker 常用命令2022-07-20 16:31:33

    docker images docker image |grep busybox docker ps docker ps -a|grep xxx docker run --rm --name= busybox111 -it busybox sh docker commit busybox111 busybox:hyd docker exec -it busybox111 -sh docker start busybox111 docker export busybox111 > busybox

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有