使用docker启动时,如何持久化数据? #50195
Unanswered
xdewx
asked this question in
A - General / Q&A
Replies: 1 comment 2 replies
-
When starting with Docker, data persistence can be achieved by binding mounts or Docker volumes to map the data directories inside the container to the host or shared storage. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
使用docker启动时,如何持久化数据?
Beta Was this translation helpful? Give feedback.
All reactions