News

Docker (or specifically, the docker command) is used to manage individual containers, docker-compose is used to manage multi-container applications and Kubernetes is a container orchestration tool.
Podman was designed as a near drop-in replacement for Docker. Commands like podman run, podman ps, and podman build mirror ...
If you've built scores of docker-compose.yml files and are migrating to AlmaLinux, you'll need to install the podman-compose tool so you can keep using those files. Jack Wallen shows you how.
Learn how to install and configure Docker on Debian 13 trixie in rootful mode. Set up Docker like a using this step-by-step guide.
Learn the key differences between Docker Desktop and Docker Engine to optimize containerization, DevOps workflows, and development setups.
For development work, and smaller container clusters, Docker swarm mode is a simpler choice. And for single-machine deployments of multi-container applications, there’s Docker Compose.
Docker founder Solomon Hykes explained at LinuxCon what Docker is, what it does right, and what it still needs to work on.
Take advantage of Docker to ease Java development. Learn how to update a running Java codebase (without restarting the container) and to debug into a remotely running containerized Java app.