mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
12 lines
242 B
SYSTEMD
12 lines
242 B
SYSTEMD
|
[Unit]
|
||
|
Description=Docker Application Container Engine
|
||
|
Documentation=http://docs.docker.io
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStartPre=/bin/mount --make-rprivate /
|
||
|
ExecStart=/usr/bin/docker -d -H fd://*
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|