Complete the sentence to define a container in simple terms.
A container is a [1] that packages an application and its dependencies together.
A container is a lightweight unit that packages an application and its dependencies together, allowing it to run consistently across environments.
Complete the sentence to explain a key security risk in containers.
One common security risk in containers is [1], where a container can access resources outside its boundary.
Container breakout is when a container escapes its isolation and accesses the host system or other containers, posing a security risk.
Fix the error in the security best practice statement.
To improve container security, always run containers as the [1] user instead of root.
Running containers as a non-root user limits permissions and reduces the risk if the container is compromised.
Fill both blanks to complete the container security scanning process.
Security scanning tools analyze [1] to detect vulnerabilities and check [2] for compliance.
Security scanning tools analyze container images to find vulnerabilities and check configuration files to ensure compliance with security policies.
Fill all three blanks to complete the container security best practices.
Use [1] to isolate containers, apply [2] updates regularly, and monitor [3] for suspicious activity.
Namespaces isolate containers, security updates fix vulnerabilities, and monitoring logs helps detect suspicious activity.