Building smaller Docker images faster
5 points by steinuil
5 points by steinuil
You might want to check out https://github.com/ko-build/ko, it provides a really simple way of turning a Go app into a Docker container, no Docker needed.
Excellent, I had no idea you can bind mount from inside a container. I guess I need to check if you can also do that with buildah.
[edit] You can.