graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06919
Re: [Question #692622]: Changing conf files in Docker Image
Question #692622 on Graphite changed:
https://answers.launchpad.net/graphite/+question/692622
Status: Open => Answered
Denis Zhdanov proposed the following answer:
I changed README to reflect latest changes. You need to provide
mandatory `python_binary` build arg when building container. For some
reason it didn't accept default in Dockerfile.
So, you need to run something like
sudo docker build . --build-arg python_binary=python3 -t test:test
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.