cd /etc/init vim docker.conf
replace /usr/bin/docker -d
with this /usr/bin/docker -H 0.0.0.0:5555 -d
so that we can connect through http api.
alias docker="docker -H 0.0.0.0:5555"
cd /var/lib/docker/containers
in the above locations you can find all the containers which are all executed