Skip to content

Commit

Permalink
Merge pull request #47 from CiscoCloud/ag-fix-repo-name
Browse files Browse the repository at this point in the history
Update with CiscoDevNet repo
  • Loading branch information
agentlecisco committed Sep 4, 2020
2 parents 5972e70 + 8aa0af1 commit 8113692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/docker-101/3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down

0 comments on commit 8113692

Please sign in to comment.