Back Solutions
Solutions by
Back Use Case
Use Case
Back About
Back Resources
Back Research
Recommended Mitigation
If AppArmor is applicable for your Linux OS, you should enable it. 1. Verify AppArmor is installed. 2. Create or import a AppArmor profile for Docker containers. 3. Enable enforcement of the policy. 4. Start your Docker container using the customized AppArmor profile. For example: docker run --interactive --tty --security-opt='apparmor:PROFILENAME' ubuntu /bin/bash. Alternatively, Docker's default AppArmor policy can be used.
Get a free Security Risk Assessment. Start today