Skip to content

Commit fe76436

Browse files
authored
Merge pull request #24780 from anwesh-b/patch-1
Update container-runtimes.md
2 parents 2bc2e8f + b45a679 commit fe76436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ net.ipv4.ip_forward = 1
8585
net.bridge.bridge-nf-call-ip6tables = 1
8686
EOF
8787

88+
# Apply sysctl params without reboot
8889
sudo sysctl --system
8990
```
9091

@@ -421,6 +422,7 @@ EOF
421422
```
422423

423424
```shell
425+
# Create /etc/systemd/system/docker.service.d
424426
sudo mkdir -p /etc/systemd/system/docker.service.d
425427
```
426428

@@ -476,6 +478,7 @@ EOF
476478
```
477479

478480
```shell
481+
# Create /etc/systemd/system/docker.service.d
479482
sudo mkdir -p /etc/systemd/system/docker.service.d
480483
```
481484

0 commit comments

Comments
 (0)