Docker
Dockerizing GO applications
· ☕ 3 min read · ✍️ Neeraj Sidhaye
Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further...