In the last chapter, we learned what Docker containers are and why they're important. We learned what kinds of problem containers solve in a modern software supply chain.
In this chapter, we are going to prepare our personal or working environment to work efficiently and effectively with Docker. We will discuss in detail how to set up an ideal environment for developers, DevOps, and operators that can be used when working with Docker containers.
This chapter covers the following topics:
- The Linux command shell
- PowerShell for Windows
- Using a package manager
- Choosing a code editor
- Docker Toolbox
- Docker for Mac and Docker for Windows
- Minikube
After completing this chapter, you will be able to do the following:
- Use an editor on your laptop that is able to edit simple files such as a Dockerfile or a docker-compose.yml file
- Use a shell such as...