Continuing from where we left off in the VM world, the goal of this chapter is to set up container technology in our workstation and run our first container, hello-world, and nginx web server, using docker with the intent to learn the basics of containers.
Docker Technology
When we say containers, for many, Docker comes to mind, and with a good reason. Docker is a popular container technology that allows for users and developers to build and run containers. Since it is a good starting point ...