Show HN: gockerize - easily build and package Go binaries into Docker
1–4 of 4 posts
Re: Show HN: gockerize - easily build and package Go binaries into Docker
#2How is this different than golang-builder (https://github.com/CenturyLinkLabs/golang-builder)
Re: Show HN: gockerize - easily build and package Go binaries into Docker
#3How does this differ from golang-builder? [1]
Re: Show HN: gockerize - easily build and package Go binaries into Docker
#4How does this differ from golang-builder? [1] [1] https://github.com/CenturyLinkLabs/golang-builder
At first glance:
- golang-builder does not provide a convenient script, instead requiring manual
docker invocations [more flexible but more cumbersome]
- golang-builder uses volumes, which makes it very hard to use within a container
[may not matter to everyone but it certainly does to us]
- golang-builder uses a significantly larger base image
- gockerize has a really nice logo ;)