Merge pull request #24780 from anwesh-b/patch-1

Update container-runtimes.md
This commit is contained in:
Kubernetes Prow Robot 2020-10-30 13:12:52 -07:00 committed by GitHub
commit fe76436eba
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
```