Docker学习笔记(一) Docker入门 ——Docker容器的基本操做

11.1记 linux docker相关命令:linux 查看docker状态: systemctl status docker 启动docker:systemctl start docker 中止docker:systemctl stop docker   docker相关命令:docker 运行第一个容器:shell sudo docker run -i -t ubuntu /bin/bash
相关文章
相关标签/搜索