未验证 提交 8553b647 编写于 作者: A Avi Aryan

use volumes to maintain state after container close #1

上级 36d5427f
#
# ABC Dockerfile
# docker build -t abc .
# docker run --rm --name abc abc
# docker run --rm --name abc abc login google
# docker volume create --name abc
# docker run -i --rm -v abc:/root --name abc abc login google
# root is $HOME, -i for stdin, --rm to remove container
#
# Pull the base image
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册