From b1477105319de37088743c4c3ffae7c871189864 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 29 Dec 2023 14:45:35 -0500 Subject: Watched through ch. 7 --- index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 index.md (limited to 'index.md') diff --git a/index.md b/index.md new file mode 100644 index 0000000..72700b1 --- /dev/null +++ b/index.md @@ -0,0 +1,6 @@ +# Docker Containers and Kubernetes Fundamentals - personal notes + +This repository contains my personal set of notes, based on the video lecture series "Docker Containers and Kubernetes Fundamentals - Full Hands-On Course" from FreeCodeCamp.org [kTp5xUtcalw](https://www.youtube.com/watch?v=kTp5xUtcalw). My notes are mostly arranged to serve as cheat sheets for using Docker and Kubernetes. They are broken into the following pages: + +- [Docker Cheat Sheet](./docker_cheat_sheet.html) +- [YAML Cheat Sheet](./yaml_cheat_sheet.html) -- cgit