mirror of https://github.com/docker/docs.git
Systemctl requires different escape characters than a URL does so a proxy var with special URL characters needs to have them escaped with the hex equivalent and the systemctl escapes. A backslash in domain\user becomes domain%5Cuser but this breaks systemctl because of the % sign. If you need to use systemctl with a url and special chars is domain%%5Cuser (Notice the DOUBLE %). [Service] Environment="HTTP_PROXY=http://domain%%5Cuser:complex%%23pass@proxy.example.com:8080/" |
||
|---|---|---|
| .. | ||
| containers | ||
| daemon | ||
| formatting.md | ||
| labels-custom-metadata.md | ||
| pruning.md | ||