From b69e657108f70c448b84a5b50ad40241159c20cf Mon Sep 17 00:00:00 2001 From: Mariusz Michalowski <92091891+mariuszmichalowski@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:07:43 +0200 Subject: [PATCH] Added new Docker tutorial --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 392d4ca..72b5a5b 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,8 @@ by Max Woolf
* Blog: [Docker – COPY Instruction](https://www.geeksforgeeks.org/docker-copy-instruction/) by Raunak Jain * Blog: [What is the WORKDIR Command in Docker?](https://www.educative.io/edpresso/what-is-the-workdir-command-in-docker) by Edpresso Team * Blog: [Docker – WORKDIR Instruction](https://www.geeksforgeeks.org/docker-workdir-instruction/) by Raunak Jain - * Blog: [Guide to Docker Volumes](https://www.baeldung.com/ops/docker-volumes) Guide to Docker Volumes + * Blog: [Guide to Docker Volumes](https://www.baeldung.com/ops/docker-volumes) Guide to Docker Volumes + * Blog: [Docker Tutorial for Beginners – Introduction & Getting Started](https://spacelift.io/blog/docker-tutorial) by James Walker * Slide: [Introduction to Docker](https://us.pycon.org/2016/site_media/media/tutorial_handouts/DockerSlides.pdf) by Jérôme Petazzoni * Slide: [Docker and Deployment](https://cse442.com/static_files/slides/Docker_1.pdf) by Joel Spolsky