[Unit] Description=Docker Application Container Engine Documentation=http://docs.docker.io [Service] ExecStartPre=/bin/mount --make-rprivate / # Run docker but don't have docker automatically restart # containers. This is a job for systemd and unit files. ExecStart=/usr/bin/docker -d -s=aufs -r=false -H fd:// [Install] WantedBy=multi-user.target