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 Bash on Mac and PowerShell on Windows to execute Docker commands and other simple operations, such as navigating the folder structure or creating a new folder
- Install Docker for Mac or Docker for Windows on your computer
- Execute simple Docker commands such as docker version or docker container run on your Docker for Mac or Docker for Windows
- Successfully install Docker Toolbox on your computer
- Use docker-machine to create a Docker host on VirtualBox
- Configure your local Docker CLI to remote access a Docker host running in VirtualBox