mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-02 14:01:49 +00:00
Update ubuntu version to 18.04
Signed-off-by: khs1994 <khs1994@khs1994.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user