From b45a679d36fa69992ea90b5e42db4975aac72e33 Mon Sep 17 00:00:00 2001 From: Anwesh Budhathoki <45763486+anwesh-b@users.noreply.github.com> Date: Thu, 29 Oct 2020 20:42:46 +0545 Subject: [PATCH] Update container-runtimes.md Added few lines to help people understand the procedure --- .../en/docs/setup/production-environment/container-runtimes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index ffc5d12293..3f0e4bdc95 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -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 ```