Skip to content
Snippets Groups Projects
Commit 96169a52 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

fixed container docs

parent 95ac5871
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,8 @@ variables:
Interactive shells can be launched into containers, to have a look at configurations and to better understand what might go wrong. Podman/Docker allows to alter files inside of the container and save these changes. Singularity/Apptainer containers are not writeable, but acts like a normal executable with access to host files.
```sh title="interactive containers"
```sh
# using podman
$ podman run -it localhost/flexpartv11-master:2464aef /bin/bash
Welcome, running FLEXPART
......
......@@ -38,5 +38,6 @@ nav:
- 'transport.md'
- 'evolution.md'
- 'examples.md'
- 'containers.md'
- 'troubleshooting.md'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment