Chapter 4, Managing Containers
Here are some sample answers to the questions presented in this chapter:
-a
or--all
.- False; it is the other way around.
- When you press Ctrl + C, you are taken back to your terminal; however, the process that is keeping the container active remains running, as we have detached from the process, rather than having terminated it.
- False; it spawns a new process within the specified container.
- You would use the
--network-alias [alias name]
flag. - Running
docker volume inspect [volume name]
would give you information on the volume.