From: Peter Amstutz Date: Thu, 27 Jan 2022 16:05:25 +0000 (-0500) Subject: Add links to solution X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/9063886579520bf9b71e270835fb95a7a5f35822 Add links to solution Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/_episodes/08-supplement-docker.md b/_episodes/08-supplement-docker.md index d297a95..0c5d72c 100644 --- a/_episodes/08-supplement-docker.md +++ b/_episodes/08-supplement-docker.md @@ -302,3 +302,8 @@ the file being downloaded changes without the command being used to download it changing, it will reuse the cached step with the old copy of the file, instead of re-downloading it. If this happens, use `--no-cache` to force it to re-run the steps. + +> ## Episode solution +> * Dockerfile.single-stage +> * Dockerfile.multi-stage +{: .solution}