From bb2d57f8dbd77a92148af0e1f9ccaa1c096fcaf0 Mon Sep 17 00:00:00 2001 From: returnvalue Date: Fri, 24 Jul 2020 18:47:56 -0400 Subject: [PATCH] Docker Quick Tutorial - Introduces you to the official Getting Started tutorial using Windows 10 and Hyper-V. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 311fee7..f081c7f 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) # Where to start (Windows) +- [Docker Quick Tutorial](https://vegibit.com/docker-quick-tutorial/) Introduces you to the official Getting Started tutorial using Windows 10 and Hyper-V. - [A Comparative Study of Docker Engine on Windows Server vs Linux Platform](https://collabnix.com/a-comparative-study-of-docker-engine-on-windows-server-vs-linux-platform/) Comparing the feature sets and implementations of Docker on Windows and Linux - [Build And Run Your First Docker Windows Server Container](https://www.docker.com/blog/build-your-first-docker-windows-server-container/) Walkthrough installing Docker on Windows 10, building a Docker image and running a Windows container - [Docker on Windows behind a firewall](https://toedter.com/2015/05/11/docker-on-windows-behind-a-firewall/) by [@kaitoedter](https://twitter.com/kaitoedter)