Update container-runtimes.md

Added few lines to help people understand the procedure
This commit is contained in:
Anwesh Budhathoki 2020-10-29 20:42:46 +05:45 committed by GitHub
parent 270e0b5996
commit b45a679d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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
```