- mention important flags, like `--nv` for example
- how to run the containers on our SLURM cluster
## Patching containers
If you want to permanently modify files in your container, you can use persistent "overlays". These are writable file system images that sit on top of your immutable SIF container.
Here, we provide a quick overview of how to use overlays. Please look at the dedicated section of the official [apptainer documentation](https://apptainer.org/docs/user/main/persistent_overlays.html) for more details about using overlays or making your SIF container writable and persisting changes.
Now you can modify files inside the container and the modifications will be stored in the `overlay.img` file.
You can apply overlays with the `run`, `exec`, `shell` and `instance start` commands.
## Using containers with RVS
The [Remote Visualisation Service (RVS)](https://docs.mpcdf.mpg.de/doc/visualization/index.html) allows you to run Jupyter sessions on the HPC systems.