Docker常用命令_NOTE1

来源:互联网 发布:it学校 编辑:程序博客网 时间:2024/06/01 09:57
https://www.docker.com/
1, Installation: yum install docker
2, start: service docker start/status
3,docker version
4, docker images
5, docker pull ubuntu #pull ubuntu image from repo
6, docker run -i -t ubuntu # enter the docker image ubuntu system
7, Ctrl+P&&CTRL+Q #exit from Docker
8, docker ps
9,docker attach 902, then press Enter key
原创粉丝点击