Changes

Jump to navigation Jump to search
m
Remark: persistent storage in the container
</syntaxhighlight>
Everything which is written inside the container to "application/output" will now end up the in the "output" directory on the host (paths are relative to the docker compose config). Vice versa, whatever was/is put into the host directory is now available inside the container. You can also mount read-only if you just want to import data from the host:
<syntaxhighlight lang="bash">
</syntaxhighlight>
Note that this mechanism is only explained for reference and your own testing, it will not work on the cluster. See the detailed tutorial on Persistent data on the cluster for how it works here. 
== Remark: exposing container network ports on the host ==

Navigation menu