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 upBuilding linux container #2553
Comments
This comment has been minimized.
This comment has been minimized.
|
I will answer to myself
|
zetab
closed this
Apr 1, 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.
zetab commentedApr 1, 2017
•
edited
I am trying to build custom prometheus version. However, I cannot compile prometheus that it works inside linux container. My laptop is mac.
When I build it manually (using make build) it works normally.
if i build docker container (using make docker), the result is this:
I tried to find some instructions what I should modify in order to get it working, but without success.