Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run on CentOS 6.8 with docker 1.7.1 #106

Open
Bunyod opened this issue May 24, 2017 · 1 comment
Open

Unable to run on CentOS 6.8 with docker 1.7.1 #106

Bunyod opened this issue May 24, 2017 · 1 comment

Comments

@Bunyod
Copy link

Bunyod commented May 24, 2017

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
Copy link
Author

Bunyod commented May 24, 2017

I've donwgraded docker-compose version to 1.5.2 and change docker-compose.yml file like:
grafana_graphite:
image: kamon/grafana_graphite
ports:
- '80:80'
- '81:81'
- '8125:8125/udp'
- '8126:8126'
- '2003:2003'
volumes:
- ./data/whisper:/opt/graphite/storage/whisper
- ./data/grafana:/opt/grafana/data
- ./log/graphite:/opt/graphite/storage/log

This is working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant