Today we are going to learn how to Elevate our Privileges in a Linux system using Docker.
Docker What is Docker? Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.
How does docker lead to privesc When an admin allows an un-privileged user access to the ‘docker’ group it allows us to make use of the docker CLI to create containers.
Jul 5, 2020 - 4 min read
Jul 5, 2020 - 4 min read