Docker
So far, we have been running our services directly from our machine. This can be difficult to replicate across machines as operating systems and configurations can differ. As such, there is a system called “containerization” that
Install
Here are instructions for installing Docker Desktop on Fedora. There are equivalent guides for other operating systems.
https://docs.docker.com/desktop/setup/install/linux/fedora/
Getting Started
Review Docker’s getting started modules for introductions on how to run applications with Docker.