
Su - curl -L -s`-`uname -m` > /usr/local/bin/docker-compose Make it executable. Download the and save it to /usr/local/bin/docker-compose. :~$ docker -version Docker version 1.11.0, build 4dc5990 Install docker-compose Switch to root user. This message shows that your installation appears to be working correctly. Verify Docker installation is working correctly with this command: sudo docker run hello-world If you see this message, then it’s working correctly.

rvice - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/rvice enabled) Active: active (running) since Fri 14:55:11 EDT 1min 3s ago Docs: Main PID: 1992 (docker) CGroup: /system.slice/rvice ├─1992 /usr/bin/docker daemon -H fd:// └─1995 docker-containerd -l /var/run/docker/libcontainerd/docker-c.Sudo systemctl enable docker Check docker status.

Sudo systemctl start docker Enable docker auto-start when Debian Jessie is booted up. Sudo apt-get update & sudo apt-get install docker-engine Start the docker service. Sudo apt-get install apt-transport-https ca-certificates Update local package index and install docker on Debian 8.
