mirror of https://github.com/docker/docs.git
Merge pull request #15082 from ChanderG/master
Add link to Systemd article in Debian Jessie docs, fix typo
This commit is contained in:
commit
bfbac726c7
|
@ -39,9 +39,13 @@ To verify that everything has worked as expected:
|
||||||
This command downloads and runs the `hello-world` image in a container. When the
|
This command downloads and runs the `hello-world` image in a container. When the
|
||||||
container runs, it prints an informational message. Then, it exits.
|
container runs, it prints an informational message. Then, it exits.
|
||||||
|
|
||||||
|
If you need to add an HTTP Proxy, set a different directory or partition for the
|
||||||
|
Docker runtime files, or make other customizations, read our Systemd article to
|
||||||
|
learn how to [customize your Systemd Docker daemon options](/articles/systemd/).
|
||||||
|
|
||||||
> **Note**:
|
> **Note**:
|
||||||
> If you want to enable memory and swap accounting see
|
> If you want to enable memory and swap accounting see
|
||||||
> [this](/installation/ubuntulinux/#memory-and-swap-accounting).
|
> [this](/installation/ubuntulinux/#adjust-memory-and-swap-accounting).
|
||||||
|
|
||||||
### Uninstallation
|
### Uninstallation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue