Let's take a look at the Docker commands that can be used to help tighten up security, as well as view information about the images that you might be using.
There are two commands that we will focus on. The first will be the docker container run command, so that you can see some of the items that you can use to your advantage with this command. Secondly, we will take a look at the docker container diff command, which you can use to view what has been done with the image that you are planning to use.