This lab is based around the following scenario. You are creating a small command line utility for yourself using the Go programming language. After creating it you decide you would like to contribute it to the open source community, with Docker being an option. You will create a Docker image for your newly programmed command line utility. This lab will provide you with a basic understanding of containerizing simple programs written in Go.
Upon completion of this lab you will be able to:
Dockefile
with instructions on how to build the Docker imageThis lab is intended for:
You should possess:
The following content is sufficient to fulfill these prerequisites: