首页 > TAG信息列表 > busybox111

docker 常用命令

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