Merge pull request #2859 from scaleoutsean/patch-1

Fix typo in mkdir command
This commit is contained in:
Catherine Luse
2020-11-23 14:12:59 -07:00
committed by GitHub
@@ -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}"