浏览代码

Information about data persistence

Andy Rothfusz 12 年之前
父节点
当前提交
2183644578
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      docs/sources/faq.rst

+ 7 - 0
docs/sources/faq.rst

@@ -122,6 +122,13 @@ What does Docker add to just plain LXC?
       (Jenkins, Strider, Travis), etc. Docker is rapidly establishing
       (Jenkins, Strider, Travis), etc. Docker is rapidly establishing
       itself as the standard for container-based tooling.
       itself as the standard for container-based tooling.
 
 
+Do I lose my data when the container exits?
+...........................................
+
+Not at all! Any data that your application writes to disk gets preserved
+in its container until you explicitly delete the container. The file
+system for the container persists even after the container halts.
+
 Can I help by adding some questions and answers?
 Can I help by adding some questions and answers?
 ................................................
 ................................................