Dockerfile
Write a production Dockerfile for a web application.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Build evidence
Turn concepts into practical implementation, validation and rollback evidence.
Write a production Dockerfile for a web application.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Compare two image builds and explain layer changes.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Run and gracefully stop an application container.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Persist database data and test container recreation.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Connect frontend and API services on a custom network.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Create a local application stack with API and database.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Push an image to ACR and deploy by digest.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Harden a deliberately insecure Dockerfile.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Reduce an oversized image and measure the result.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.