1 前言

docker

2 使用 ubuntu 镜像

1
2
3
下载最新的ubuntu: `docker pull ubuntu`
查看镜像: `docker images`
启动容器: `docker run -t -i ubuntu:latest /bin/bash`