From 5e58f77ac3080e4051d365535ce3579f8072dc2c Mon Sep 17 00:00:00 2001 From: scaeloutSean Date: Tue, 24 Nov 2020 00:11:34 +0800 Subject: [PATCH] Fix typo in mkdir command --- .../behind-proxy/launch-kubernetes/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/behind-proxy/launch-kubernetes/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/behind-proxy/launch-kubernetes/_index.md index d86e307d6f1..5c73de9021f 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/behind-proxy/launch-kubernetes/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/behind-proxy/launch-kubernetes/_index.md @@ -42,7 +42,7 @@ sudo usermod -aG docker YOUR_USERNAME And configure the Docker daemon to use the proxy to pull images: ``` -sudo mkdir -p mkdir /etc/systemd/system/docker.service.d +sudo mkdir -p /etc/systemd/system/docker.service.d cat <<'EOF' | sudo tee /etc/systemd/system/docker.service.d/http-proxy.conf > /dev/null [Service] Environment="HTTP_PROXY=http://${proxy_host}"