Skip to content

Commit 3359f7c

Browse files
Merge pull request #79 from CiscoDevNet/LL-coding-series-learning-labs-Markfile
LL coding series learning labs Makefile
2 parents 4b3cf8e + 349892e commit 3359f7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
preview:
2+
docker run -p "9000:9000" -p "35729:35729" \
3+
-v $(CURDIR)/labs:/opt/labs \
4+
containers.cisco.com/asroach/learning-labs-previewer:latest
5+
open http://localhost:9000

0 commit comments

Comments
 (0)