List of questions
Related questions
Question 71 - Professional Cloud Architect discussion
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 2 answers.
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
Your answer:
0 comments
Sorted by
Leave a comment first