mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
|