February 2018
Intermediate to advanced
396 pages
9h 38m
English
Docker containers are running on servers, but remember that there is a kernel. In fact, all the processes share the same kernel. Docker comes with many capabilities such as:
To check the available capabilities, you can use the pscap command. Before that, you need to make sure that you have installed the libcap-ng-utils dependency:
sudo apt-get install libcap-ng-utils
Set user ...
Read now
Unlock full access