ps aux | grep dockerd
】(2) Users can usedocker images
Command to enumerate images. [Non-root users will have permission to operate docker containers as long as they join the docker group. 】(3) The dockerd process runs as root. (4) The user in the container runs as root. 【Orderdocker run --rm -it alpine sh -c "id"
】fdisk -l | grep -A 10 -i "device"
File systems such as /dev/sda* exist in the output results. 】capsh --print | grep cap_sys_admin
There is output information. 】(3) The AppArmor function in the container is stopped or not loaded. 【Ordercat /sys/kernel/security/apparmor/profiles
File does not exist. 】