Before we start, let's review the Docker and Dockerfile commands we covered previously in a single section in two lists that you can use as a reference later.
A quick review
Docker commands
Here are all of the commands we covered for Docker with a few others added, which you might use if you build containers frequently:
For more in-depth information about parameters required for each, or to see commands that we have not covered yet, type docker help in the Terminal or the command by itself into the Terminal. You can also visit https://docs.docker.com/ and explore the documentation if the information provided by the CLI output is not good enough, and it may contain more recent data.
docker attach - Attach the shell&apos...