kamon-io / docker-grafana-graphite

Docker image with StatsD, Graphite, Grafana 2 and a Kamon Dashboard
Apache License 2.0
1.14k stars 495 forks source link

Unable to run on CentOS 6.8 with docker 1.7.1 #106

Open Bunyod opened 7 years ago

Bunyod commented 7 years ago

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?

Bunyod commented 7 years ago

I've donwgraded docker-compose version to 1.5.2 and change docker-compose.yml file like: grafana_graphite: image: kamon/grafana_graphite ports:

This is working now.