Deploying GO app docker image on AWS EC2 📅 May 25, 2021 · ☕ 3 min read · ✍️ Neeraj Sidhaye Deploying GO application docker image on AWS EC2 instance.
Dockerizing GO applications 📅 Feb 21, 2021 · ☕ 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...