docker容器的常用操作
停止容器
docker stop 2cf1193a1ecc
开始容器
docker start 2cf1193a1ecc
删除容器
docker rm 2cf1193a1ecc
进入容器内部(然后执行bash,python)
docker exec-it 2cf1193a1ecc /bin/bash docker exec-it 2cf1193a1ecc python
命名容器
docker run -d --name centos-demo centos
显示容器信息
docker inspect 2cf1193a1ecc
相关推荐
yangkang 2020-11-09
ChlatZed 2020-11-11
xysoul 2020-11-03
lnkToKing 2020-10-29
ChlatZed 2020-10-27
dusuanyun 2020-09-21
newisI 2020-09-01
fearlessxjdx 2020-09-04
王道革 2020-11-25
bwyyziq 2020-11-22
pigsmall 2020-11-19
changecan 2020-11-19
helloWorldAndYou 2020-11-16
nginxs 2020-11-14
红石丶 2020-11-13
WanKaShing 2020-11-12
yangkang 2020-11-12
滴水穿石点石成金 2020-11-12
张荣珍 2020-11-12