In this chapter, we will learn how to build our own container. This is important because publicly available containers usually contain popular open source software such as nginx or apache2/httpd, while our enterprise software typically is closed source and/or proprietary. Thus, learning how to build our own container will help us package our enterprise software for deployment in the container paradigm.
This process is logically similar to how you’d build a binary from source ...