Comment 4 for bug 1469204

Revision history for this message
Kick In (kick-d) wrote :

Hi Guido Serra,

Which version of docker did you install ? The one from ubuntu wily archive?

I just installed docker.io from archive on a wily vm, and I got this systemd unit:

docker.io 1.6.2~dfsg1-1ubuntu3 amd64 Linux container runtime

[Unit]
Description=Docker Application Container Engine
Documentation=http://docs.docker.com
After=network.target docker.socket
Requires=docker.socket

[Service]
EnvironmentFile=-/etc/default/docker
ExecStart=/usr/bin/docker -d -H fd:// $DOCKER_OPTS
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity

[Install]
WantedBy=multi-user.target