Page 1 of 1

One of the developers on your team deployed their application in Google Container Engine with the Dockerfile below. They

Posted: Mon Aug 01, 2022 9:43 am
by answerhappygod
One of the developers on your team deployed their application in Google Container Engine with the Dockerfile below. They report that their application deployments are taking too long.

You want to optimize this Dockerfile for faster deployment times without adversely affecting the app's functionality.
Which two actions should you take? (Choose two.)
One Of The Deve 1
One Of The Deve 1 (8.02 KiB) Viewed 81 times
A. Remove Python after running pip
B. Remove dependencies from requirements.txt
C. Use a slimmed-down base image like Alpine Linux
D. Use larger machine types for your Google Container Engine node pools
E. Copy the source after he package dependencies (Python and pip) are installed