]> git.pld-linux.org Git - packages/docker.git/blame - docker.service
lxc is in fact optional
[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.067557 seconds and 4 git commands to generate.