]> git.pld-linux.org Git - packages/docker.git/blame - docker.service
up to 1.6.2 (2015-05-13)
[packages/docker.git] / docker.service
CommitLineData
c74634f7
AS
1[Unit]
2Description=Docker Application Container Engine
3Documentation=http://docs.docker.io
4Requires=network.target
5After=syslog.target network.target remote-fs.target nss-lookup.target
6
7[Service]
8Type=simple
9ExecStartPre=/bin/mount --make-rprivate /
10ExecStart=/usr/bin/docker -d
11
12[Install]
13WantedBy=multi-user.target
This page took 0.064946 seconds and 4 git commands to generate.