Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upIssues when creating docker image from source code #2428
Comments
This comment has been minimized.
This comment has been minimized.
|
The docker image doesn't self-compile the project, you need to compile it before building the docker image. |
This comment has been minimized.
This comment has been minimized.
|
Usage questions should be asked at https://groups.google.com/forum/#!forum/prometheus-users |
brian-brazil
closed this
Jul 14, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vivekbny commentedFeb 15, 2017
Hi,
I am trying to convert the source code of the prometheus in to the docker image. when i try to build it with the
Step1: docker build -t (name) . command, i am getting the below error
Stp3 : COPY prometheus /bin/prometheus
lstat prometheus: no such file or directory
Step 2: In order to overcome this issue, i am placing the docker file outside prometheus directory.
/root/prometheus
Now i am getting this below error
Stp4 : COPY promtool /bin/promtool
lstat promtool: no such file or directory
Please advise
-Regards,
Vivek