进入Docker的命令

image
查看docker容器ID

docker ps

进入docker容器

docker exec -it <container_id> /bin/bash

退出

exit