Just the basic set of Docker tooling in a Docker image.
docker-machine
https://github.com/docker/machinedocker
(client only) https://github.com/docker/dockerdocker-compose
https://github.com/docker/compose
see CHANGELOG for a version overview
This Docker image is for mainly for usage in continuous integration systems and remote-hosts.
Problem
Error response from daemon: client is newer than server (client API version: 1.21, server API version: 1.20)
Solution
Upgrade your docker host or use a compatible docker version from this toolbox image, eg. 1.0.0
.
Built by dmstr