When creating a secure container image, which two items should you incorporate into the build if possible? (Choose two.)
Select all that apply, then click Submit answer.
-
○
Ensure that the app does not run as PID 1.
-
○
Package a single app as a container.
-
○
Remove any unnecessary tools not needed by the app.
-
○
Use public container images as a base image for the app.
-
○
Use many container image layers to hide sensitive information.