mirror of https://github.com/docker/docs.git
14 lines
321 B
SYSTEMD
14 lines
321 B
SYSTEMD
[Unit]
|
|
Description=Easily create lightweight, portable, self-sufficient containers from any application!
|
|
Documentation=http://docs.docker.io
|
|
Requires=network.target
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/bin/mount --make-rprivate /
|
|
ExecStart=/usr/bin/docker -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|