Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
| ... | ... |
@@ -124,7 +124,7 @@ you can also specify individual sockets too `docker -d -H fd://3`. If the |
| 124 | 124 |
specified socket activated files aren't found then docker will exit. You |
| 125 | 125 |
can find examples of using systemd socket activation with docker and |
| 126 | 126 |
systemd in the [docker source tree]( |
| 127 |
-https://github.com/docker/docker/blob/master/contrib/init/systemd/socket-activation/). |
|
| 127 |
+https://github.com/docker/docker/tree/master/contrib/init/systemd/). |
|
| 128 | 128 |
|
| 129 | 129 |
Docker supports softlinks for the Docker data directory |
| 130 | 130 |
(`/var/lib/docker`) and for `/var/lib/docker/tmp`. The `DOCKER_TMPDIR` and the data directory can be set like this: |