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: notes/install-podman.md
+55-1Lines changed: 55 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,22 @@ queries:
10
10
- how to install docker
11
11
---
12
12
13
-
<Warning>
13
+
<Error>
14
14
15
15
Podman interferes with typical ApisCP behaviour, changing firewall rules to accomodate container routing definitions.
16
16
17
17
A side-effect of this behaviour manifests with containers becoming unresponsive when accessing exposed ports form the host or outside world, as firewall rules are refreshed on the panel's side efectively removing Podman-added rules.
18
18
19
+
</Error>
20
+
21
+
<Warning>
22
+
19
23
Docker is a preferred alternative in this case.
20
24
21
25
</Warning>
22
26
27
+
## Installing Podman
28
+
23
29
Podman is the supported drop-in replacement for RHEL 8+.
24
30
25
31
To install Podman, run the following commands:
@@ -36,3 +42,51 @@ In order for containers to keep running, you need to [tell systemd to linger you
0 commit comments