mirror of https://github.com/docker/docs.git
Update systemd.md (#5406)
Added 'sudo' to step 1 of HTTP/HTTPS proxy section.
This commit is contained in:
parent
2cdf0e3ba2
commit
26986a161e
|
@ -75,7 +75,7 @@ you will need to add this configuration in the Docker systemd service file.
|
|||
1. Create a systemd drop-in directory for the docker service:
|
||||
|
||||
```bash
|
||||
$ mkdir -p /etc/systemd/system/docker.service.d
|
||||
$ sudo mkdir -p /etc/systemd/system/docker.service.d
|
||||
```
|
||||
|
||||
2. Create a file called `/etc/systemd/system/docker.service.d/http-proxy.conf`
|
||||
|
|
Loading…
Reference in New Issue