Update ubuntu version to 18.04

Signed-off-by: khs1994 <khs1994@khs1994.com>
This commit is contained in:
khs1994
2018-12-08 21:47:05 +08:00
parent 6f12336f33
commit 2cc1207dc3
14 changed files with 49 additions and 48 deletions

View File

@@ -11,7 +11,7 @@
默认会启动一个最小化的 Ubuntu 环境。
```bash
$ docker run --name some-ubuntu -it ubuntu:17.10
$ docker run --name some-ubuntu -it ubuntu:18.04
root@523c70904d54:/#
```