From 8aa0af18b0a591e809f4be64a1bec1cbac81caf7 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Fri, 4 Sep 2020 11:26:40 -0500 Subject: [PATCH] Update with CiscoDevNet repo --- labs/docker-101/3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/docker-101/3.md b/labs/docker-101/3.md index d3682ef..bc4f8ea 100644 --- a/labs/docker-101/3.md +++ b/labs/docker-101/3.md @@ -61,7 +61,7 @@ To clone the Github repository that contains the Dockerfile for this section using the following command: ``` -git clone https://github.com/matjohn2/container-intro-devnet.git +git clone https://github.com/CiscoDevNet/container-intro-devnet.git cd container-intro-devnet ``` @@ -76,7 +76,7 @@ following Python code: ``` python #!/usr/bin/env python -print("Hello from your friends at DEVNET!!") +print("Hello from DevNet!") ``` The Dockerfile contains the instructions needed to build the custom