From f2d4bec1333dbc5736c1cc8e37fcd4ad132f0db2 Mon Sep 17 00:00:00 2001 From: Markus Fischbacher <453368+rockaut@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:06:09 +0100 Subject: [PATCH] Initial content to help beginners --- ...er-101---Before-starting-with-containerized-Zabbix.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Docker-101---Before-starting-with-containerized-Zabbix.md diff --git a/Docker-101---Before-starting-with-containerized-Zabbix.md b/Docker-101---Before-starting-with-containerized-Zabbix.md new file mode 100644 index 0000000..e5a024b --- /dev/null +++ b/Docker-101---Before-starting-with-containerized-Zabbix.md @@ -0,0 +1,9 @@ +We all know you want to immediately start playing with Zabbix, great! But if you're new to Zabbix AND Containers you might have a hard time and completely ruin your experience maybe even dropping Zabbix because you just cant get it up and running. + +So if you're new to containers as a whole start with a good Docker/Container tutorial first. It's not hard at all. It might set you back 1-2 hours but those will pay off easily not just for Zabbix but also for the rest of your containerized journey ... trust us :D + +As a kick start here are some great FREE Docker/Container resources (in no particular order): + +* Pro-Tip: don't start with Kubernetes (k8s) first. +* Docker Tutorial for Beginners [FULL COURSE in 3 Hours] by TechWorld with Nana - https://youtu.be/3c-iBn73dDE +* Katacoda Search: Docker - https://www.katacoda.com/learn?q=docker \ No newline at end of file