We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ab3f1 commit 4e9c31eCopy full SHA for 4e9c31e
README.md
@@ -31,6 +31,11 @@ The arguments to the container are:
31
- a version number (e.g., `8.0`) to give to [m](https://github.com/aheckmann/m)
32
- args for [mtools](https://github.com/rueckstiess/mtools)’s `init` subcommand
33
34
+## Preserving state
35
+This container stores its state (e.g., mongod data files) under `/data`.
36
+To introspect that state outside the container, mount a volume to that path
37
+in the container.
38
+
39
## Caveats
40
- You **MUST** anticipate the bound ports and export them.
41
- The container’s platform will dictate server version availability. For example,
0 commit comments