Install on alpineLinuxe
vim /etc/apk/repositorieshttp://dl-cdn.alpinelinux.org/alpine/v3.8/main http://dl-cdn.alpinelinux.org/alpine/v3.8/community Install the docker packageapk add docker rc-update add docker boot service docker start DNS settings in /etc/docker/daemon.json{ "dns": ["your_dns_address", "8.8.8.8"] } Get the statusdocker info To install docker compose - needed? not done yetapk add py-pip pip install docker-compose