Last active
November 18, 2020 16:18
-
-
Save dhkaneda/3a1ad998401b23d64f59f0a8ea2b7722 to your computer and use it in GitHub Desktop.
TMO-Docker Checkpoint Grading Rubric
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Total points - 10pt | |
Passing - 8pt | |
Main outcome of lesson: Student is able to Dockerize app, expose correct ports, and push image to Registry. | |
ARGS/ENV, nice to have (topic to be reinforced in upcoming lessons) | |
1. 8pt - Can pull image to local machine from provided Docker Hub Image URL | |
2. 1pt - Has documentation for `docker run` (port mapping) | |
3. 1pt - Receives OK 200 from GET to provided mapped port | |
4. (+) - Running `docker history <image-name>` on student's image shows correct usage of ARGs/ENVs | |
For feedback, pasted criteria above and highlighted any missing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment