docker 运行 centos

1
2
3
docker pull centos:7.8.2003
docker run -d -i -t --name centos_bash centos:7.8.2003 /bin/bash
docker exec -it centos_bash bash