Install docker from official site, in windows. or install docker from repo as official site told, in linux.. after installation, we run by: (windows service, linux daemon started) docker run hello-world/centos/.. where the names can be found here. mo…
taken from https://docs.docker.com/compose/install/ the only thing is that /usr is read only, but /opt/bin is writable and in the path, so: sd-xx~ # mkdir /opt/bin sd-xx~ # curl -L https://github.com/docker/compose/releases/download/1.3.3/docker-comp…