Docker

2021-11-20  本文已影响0人  michael_jia

Docker 每个命令、每个选项,都有详尽的解释。

Glossary
docker inspect:Return low-level information on Docker objects
docker run:Run a command in a new container
  1. The host-src can either be an absolute path or a name value. If you supply an absolute path for the host-src, Docker bind-mounts to the path you specify. If you supply a name, Docker creates a named volume by that name.
  2. The container-dest must always be an absolute path such as /src/docs.
bind-mount、volume、tmpfs-mount
Storage overview: Manage data in Docker
上一篇下一篇

猜你喜欢

热点阅读