Containers simplify software distribution by packaging an application and all its dependencies into a single portable unit, eliminating the complexity of managing multi-platform environments.
After a quick introduction to core concepts, we’ll dive into building container images with Docker or Podman. Learn how to build, configure, and deploy containerized applications with ease as we containerize our first app together.
Designed for developers of all levels with a hands-on, practical approach.
IMPORTANT: A working Docker or Podman installation on a 64-bit x86 Linux machine (physical or virtual) is required.
USEFUL LINKS:
- Ubuntu installation on VirtualBox: https://www.wikihow.it/Installare-Ubuntu-su-VirtualBox
- Docker Engine installation on Linux: https://docs.docker.com/engine/install/#supported-platforms
- Podman installation (simpler): https://podman.io/docs/installation#installing-on-linux
Go to the workshop instructions page to participate.


