Show HN: gockerize - easily build and package Go binaries into Docker(aerofs.com)
aerofs.com
Show HN: gockerize - easily build and package Go binaries into Docker
https://www.aerofs.com/blog/introducing-gockerize/
2 comments
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 ;)
[1] https://github.com/CenturyLinkLabs/golang-builder