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 upHow to build docker from the git source #1891
Comments
This comment has been minimized.
This comment has been minimized.
|
You have to run |
fabxc
added
the
kind/question
label
Aug 12, 2016
This comment has been minimized.
This comment has been minimized.
|
Thanks a ton !!! I had a issue in setting my gopath .. Now fixed and build the docker . Regards, |
sakthivel1988
closed this
Aug 12, 2016
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 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 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sakthivel1988 commentedAug 12, 2016
Hi ,
How can i build the docker from the dockerfile for Prometheus , I have the issue for building the file
[root@kube-master prometheus]# docker build -t prometheus .
Sending build context to Docker daemon 25.55 MB
Step 1 : FROM quay.io/prometheus/busybox:latest
---> 372dfc85dcbc
Step 2 : MAINTAINER The Prometheus Authors prometheus-developers@googlegroups.com
---> Using cache
---> ea2bdba0c610
Step 3 : COPY prometheus /bin/prometheus
lstat prometheus: no such file or directory
Says the binary file prometheus missing , But how to generate the binary . Please let me know how to get it
Regards,
Sakthi