Update container-runtimes.md
Added few lines to help people understand the procedure
This commit is contained in:
parent
270e0b5996
commit
b45a679d36
|
@ -85,6 +85,7 @@ net.ipv4.ip_forward = 1
|
|||
net.bridge.bridge-nf-call-ip6tables = 1
|
||||
EOF
|
||||
|
||||
# Apply sysctl params without reboot
|
||||
sudo sysctl --system
|
||||
```
|
||||
|
||||
|
@ -421,6 +422,7 @@ EOF
|
|||
```
|
||||
|
||||
```shell
|
||||
# Create /etc/systemd/system/docker.service.d
|
||||
sudo mkdir -p /etc/systemd/system/docker.service.d
|
||||
```
|
||||
|
||||
|
@ -476,6 +478,7 @@ EOF
|
|||
```
|
||||
|
||||
```shell
|
||||
# Create /etc/systemd/system/docker.service.d
|
||||
sudo mkdir -p /etc/systemd/system/docker.service.d
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue