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

@@ -64,7 +64,7 @@ $ docker inspect web
$ docker run --rm -it \
# -v $HOME/.bash_history:/root/.bash_history \
--mount type=bind,source=$HOME/.bash_history,target=/root/.bash_history \
ubuntu:17.10 \
ubuntu:18.04 \
bash
root@2affd44b4667:/# history