From f85b4a55b63204b1f7c181bc8b7a292681d63e08 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Fri, 26 Apr 2024 14:33:48 -0500 Subject: [PATCH] Update README.md Signed-off-by: Lee Calcote --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33427b3..c84c66c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Docker 101 Workshop -An workshop that introduces Linux containers through concepts in [slides](https://calcotestudios.com/talks/decks/slides-developerweek-austin-2018-linux-containers-101) and hands-on labs. +An workshop that introduces Docker containers through concepts in [slides](https://calcotestudios.com/talks/decks/slides-developerweek-austin-2018-linux-containers-101) and hands-on labs. + +This workshop focuses on Linux containers, however, many of the concepts are directly applicable to Windows containers as well. The workshop is Docker Desktop compatible and most, if not all, of the concepts are directly applicable on either operating system. + +The sample application "awesomeapp" runs on port 8000 by default (on localhost). + ## Join the Community! @@ -48,4 +53,4 @@ Find out more on the Layer5 commu ### About Layer5 -[Layer5](https://layer5.io)'s cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. We embrace developer-defined infrastructure. We empower engineer to change how they write applications, support operators in rethinking how they run modern infrastructure and enable product owners to regain full control over their product portfolio. \ No newline at end of file +[Layer5](https://layer5.io)'s cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. We embrace developer-defined infrastructure. We empower engineer to change how they write applications, support operators in rethinking how they run modern infrastructure and enable product owners to regain full control over their product portfolio.