Giter VIP home page Giter VIP logo

Comments (4)

jwilder avatar jwilder commented on July 20, 2024

I pushed up a OS X binary here: https://github.com/jwilder/dockerize/releases/tag/v0.4.0

from dockerize.

mrmachine avatar mrmachine commented on July 20, 2024

@jwilder Thanks for this. Any chance you could document how to build it (for future releases)? Or maybe even add a formula to Homebrew? Or I could try that, if I knew how to build it on macOS.

I ask about Homebrew because we run our projects and deploy with Docker, but we also run them locally for development natively and still make use of dockerize in that scenario. We install all our other dependencies when running natively via Homebrew, so having dockerize available on Homebrew would make it easier for our devs to get up and running without Docker.

from dockerize.

jwilder avatar jwilder commented on July 20, 2024

You just need go installed and you can run 'make deps' and then 'make'.

from dockerize.

scobiej avatar scobiej commented on July 20, 2024

Well, I have tried unsetting GOPATH, setting it to the root of the project etc. etc. with no joy. This is what I get (running in native OSX and also an alpine 3.7 image) ...

Cloning into 'dockerize'...
remote: Counting objects: 381, done.
remote: Total 381 (delta 0), reused 0 (delta 0), pack-reused 381
Receiving objects: 100% (381/381), 86.91 KiB | 556.00 KiB/s, done.
Resolving deltas: 100% (206/206), done.
83221b80b135:~/go$ cd dockerize/
83221b80b135:~/go/dockerize$ make deps
github.com/elgs/gosplitargs                        e9cf3de21e14	[OK]
github.com/hpcloud/tail                            faf842bde7ed	[OK]
github.com/jwilder/gojq                            81fa9a608a13	[OK]
golang.org/x/net                                   749a502dd1ea	[OK]
83221b80b135:~/go/dockerize$ make
Building dockerize
go install: no install location for directory /home/scobiej/go/dockerize outside GOPATH
	For more details see: 'go help gopath'
make: *** [Makefile:15: dockerize] Error 1
83221b80b135:~/go/dockerize$ go version
go version go1.10.1 linux/amd64
83221b80b135:~/go/dockerize$```

from dockerize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.