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: content/CTG_50_docs/CTG_60_operation/LSN_11_docker-tutorial/docker-tutorial.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Deploying Simplicité with Docker images tutorial
2
2
================================================
3
3
4
-
For this tutorial we use an out-of-the-box **CentOS 7**, **CentOS 8/AlmaLinux/RockyLinux** or **Debian** host but this can be transposed to any other host OS.
4
+
For this tutorial we use an out-of-the-box **CentOS 7**, **CentOS 8+/AlmaLinux/RockyLinux** or **Debian** host but this can be transposed to any other host OS.
5
5
6
6
By following the steps below you should have an easily-maintainable **production-grade** deployment of Simplicité up and running **in a few minutes**.
Install and enable firewall on **CentOS 8/AlmaLinux/RockyLinux**:
49
+
Install and enable firewall on **CentOS 8+/AlmaLinux/RockyLinux**:
50
50
51
51
```bash
52
52
sudo dnf -y install firewalld && sudo dnf clean all
53
-
```
54
-
55
-
> **Note**: > Depending on the version of Docker that you use and if your host is running **CentOS 8/AlmaLinux/RockyLinux** you may encounter issues with Docker networking vs firewall rules.
56
-
> In such a case, you can try changing the default firewall backend to iptables in `/etc/firewalld/firewalld.conf` (replace `FirewallBackend=nftables` by `FirewallBackend=iptables`).
57
-
> Note that some recent host kernels do not support iptables anymore, don't try this in this case.
58
-
59
-
```bash
60
53
sudo systemctl enable firewalld
61
54
sudo systemctl start firewalld
62
55
```
@@ -90,7 +83,7 @@ sudo yum -y install vim-enhanced git wget curl zip unzip && sudo yum clean all
0 commit comments