Docker小记

常用命令

# 查看有哪些docker运行
docker ps
# 查看有哪些镜像
docker images
# 进入docker命令行
docker exec -it images_name bash