Learn Docker fundamentals by running your first container, understanding images vs containers, and exploring basic Docker commands.
Before we start, let's make sure Docker is properly installed and running on your system.
docker --versiondocker infoThe first command checks your Docker version. The `docker info` command displays system-wide information including the number of containers and images.
You should see: - Docker version (e.g., Docker version 24.x.x) - System information showing Docker is running