Open darthdeus opened 6 years ago
I'm not familiar with homebrew, but if someone wants to contribute a formula to this repository then I'll gladly accept.
go get -v -u github.com/pwaller/docker-show-context
cd ~/dir-containing-dockerfile
docker-show-context
I'd also love this! Is this Gist helpful?
Also thanks so much for this project! Saved me bags of time!
@Miserlou there is still not quite enough context in that gist as a non-brew user to be sure I've gotten things right.
What do I need to do to make it useful for other users, exactly? Do I need a repository called homebrew-docker-show-context
? What do I need to do to make brew install docker-show-context
a thing? What instruction should I give users? If someone is willing to help me figure this out, then I'll happily add it.
@Miserlou As noted by the OP, @pwaller has already setup binary releases on github so there is no need to depends_on "go"
again and re-build. It can just grab the github release binary and put it on the user's machine.
@pwaller I can submit a formula to Homebrew if you create a new tag that has the fix in 0aad35647cbab6f571486d001bf98d933280f862.
Since there are already available binary releases, it would be nice to have a Homebrew formula for macOS.