You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,3 +141,65 @@ A GitHub Action builds both `misp-core` and `misp-modules` images automatically
141
141
- `misp-core:${commit-sha1}[0:7]`and `misp-modules:${commit-sha1}[0:7]` where `${commit-sha1}` is the commit hash triggering the build
142
142
- `misp-core:latest`and `misp-modules:latest` in order to track the latest builds available
143
143
- `misp-core:${CORE_TAG}`and `misp-modules:${MODULES_TAG}` reflecting the underlying version of MISP and MISP modules (as specified inside the `template.env` file at build time)
144
+
145
+
## Podman (experimental)
146
+
147
+
It is possible to run the image using `podman-systemd` rather than `docker` to:
148
+
- Run containers in **rootless** mode
149
+
- Manage containers with **systemd**
150
+
- Write container descriptions in an **ignition** file and deploy them (not covered in this documentation)
151
+
152
+
Note that this is **experimental** and it is **NOT SUPPORTED** (issues will be automatically closed).
153
+
154
+
### Configuration
155
+
156
+
Copy the following directories and files:
157
+
- Content of `experimental/podman-systemd` to `$USER/.config/containers/systemd/`
0 commit comments