标签:Docker

Docker教程及使用手册

# 关键名词 ## image镜像 Docker Images是一个只读模板,用来运行Docker容器121212121212121212 ## docker container容器 Docker用容器来运行应用,负责应用...