Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 822 Bytes

ubuntu.md

File metadata and controls

17 lines (14 loc) · 822 Bytes

基本信息

Ubuntu 是流行的 Linux 发行版,其自带软件版本往往较新一些。 该仓库提供了 Ubuntu从12.04 ~ 14.10 各个版本的镜像。

使用方法

默认会启动一个最小化的 Ubuntu 环境。

$ sudo docker run --name some-ubuntu -i -t ubuntu
root@523c70904d54:/#

Dockerfile