https://tantemalkah.at/2024/docker-intro
All contents, unless otherwise noted, were produced by Andrea Ida Malkah KlauraThe origin:
whoami
and
If you have a Docker Hub account:
docker run hello-world
If you have docker installed on your machine:
docker run hello-world
creating multiple isolated process environments that can run on the same operating system
a specific approach to OS-level virtualisation
Source: kubernetes.io, CC-BY 4.0
by Farhan Hasin Chowdhury
can be found here:
We will take a short excursion to its Hello World in Docker chapter now.
docker help
and the official docs of course
and maybe one of these
Docker Cheat Sheets
Another excursion to the Docker Handbook,
now to the
Container Manipulation Basics chapter.
Head over to the Play with Docker classroom:
https://training.play-with-docker.com/
You find some learning paths there, whether you come from an Ops or a Dev side. But there is also a full list of individual labs to choose from.
I recommend you take the Docker for Beginners - Linux lab, which is a good intro for everyone and should take approximately 30 minutes.
A simple docker-compose.yaml file to set up a fresh Wordpress website.
... or ...
... are we?