Fix typo in mkdir command

This commit is contained in:
scaeloutSean
2020-11-24 00:11:34 +08:00
committed by GitHub
parent a64908ea11
commit 5e58f77ac3
@@ -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}"