March 2017
Beginner to intermediate
925 pages
18h 11m
English
In this chapter, we will cover the following recipes:
Docker containers are not actually Sandbox applications, which means they are not recommended to run random applications on the system as root with Docker. You should always treat a container running a service/process as a service/process running on the host system and put all the security measures inside the container you put on the host system.
We saw in Chapter 1, Introduction and Installation, how Docker uses ...
Read now
Unlock full access