You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all!
When I run make up command it gives an error:
Pulling grafana_graphite (kamon/grafana_graphite:latest)...ERROR: The Docker Engine version is less than the minimum required by Compose. Your current project requires a Docker Engine of version 1.10.0 or greater.
Hi all!
When I run
make up
command it gives an error:Pulling grafana_graphite (kamon/grafana_graphite:latest)...ERROR: The Docker Engine version is less than the minimum required by Compose. Your current project requires a Docker Engine of version 1.10.0 or greater.
docker-compose --version
docker-compose version 1.11.2, build dfed245
docker --version
Docker version 1.7.1, build 786b29d
Also, I tried to downgrade a docker-compose version, but it didn't help.
I also found that I'm not able upgrade Docker because of my OS, and upgrading OS is hard on production.
https://stackoverflow.com/questions/34872129/how-to-install-docker-1-9-in-centos-6-5
I'm aware with docker-in-docker:
https://blog.docker.com/2013/09/docker-can-now-run-within-docker/
So, my question is how can I customize this image in order to run on my OS?
Is it possible at all?
The text was updated successfully, but these errors were encountered: