File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77Container
88=========
99Deis containers are instances of `Docker `_ containers used to run :ref: `Applications <application >`.
10- Containers perform the actual work of an :ref: `application ` by servicing requests or running
10+ Containers perform the actual work of an :ref: `application ` by servicing requests or running
1111background tasks as part of the :ref: `Formation's <formation >` runtime :ref: `Layer `.
1212
13- .. _`Docker` : http://docker.io/
13+ Ephemeral Filesystem
14+ --------------------
15+
16+ Each container gets its own ephemeral filesystem, with a fresh copy of the most recently
17+ deployed code. During the container’s lifetime, its running processes can use the
18+ filesystem as a temporary scratchpad, but no files that are written are visible to
19+ processes in any other container. Any files written to the ephemeral filesystem will be
20+ discarded the moment the container is either stopped or restarted.
21+
22+ .. _`Docker` : http://docker.io/
You can’t perform that action at this time.
0 commit comments