12 Book: How to Containerize Your Go Code by Liz Rice

safaribooksonline.com posted by kenny 2548 days ago  

This report shows how Go programmers can build small, efficient containers for their Go code. It explains what's inside a container image and walks you through how to build and run containers for your Go projects.

What you'll learn—and how you can apply it

You'll learn how to containerize the Go code you're working on, with worked examples to show you exactly what to do. You'll see how to build a container from the scratch image, and why that's a good idea for Go code. You'll also learn how to set up port bindings so that the outside work can connect to the code running in your container, and how to pass in configuration environment variables.

Register to comment or vote on this story