Skip to content

Commit

Permalink
Added explanation for #43
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Nov 29, 2021
1 parent cfeeed0 commit 70151ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/explanations/challenge12.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
=== Challenge 12: Docker COPY and WORKDIR

Often, wen convenience containers are made, large parts of the local filesystem of the creator are being copied so that they are available to the author of the convenience container.

In this challenge, we did some COPY as well for you and hid a key there. Given that the key changes on every generation of the docker container, you better look around quickly.

0 comments on commit 70151ef

Please sign in to comment.