🌐
Docker Docs
docs.docker.com › manuals › docker engine › install docker engine
Install Docker Engine | Docker Docs
April 24, 2026 - Learn how to choose the best method for you to install Docker Engine. This client-server application is available on Linux, Mac, Windows, and as a static binary.
Toolkit UI
Use the MCP Toolkit to set up MCP servers and MCP clients.
Catalog
Browse Docker's curated collection of verified MCP servers, and create custom catalogs for your team or organization.
Get started
Learn how to quickly install and use the MCP Toolkit to set up servers and clients.
Gateway
Docker's MCP Gateway provides secure, centralized, and scalable orchestration of AI tools through containerized MCP servers, empowering developers, operators, and security teams.
🌐
Docker
docs.docker.com › manuals › docker engine › install › install docker engine on ubuntu
Install Docker Engine on Ubuntu | Docker Docs
April 23, 2026 - Jumpstart your client-side server applications with Docker Engine on Ubuntu. This guide details prerequisites and multiple methods to install Docker Engine on Ubuntu.
🌐
GitHub
github.com › docker › for-linux
GitHub - docker/for-linux: Docker Engine for Linux · GitHub
Docker Engine for Linux. Contribute to docker/for-linux development by creating an account on GitHub.
Starred by 777 users
Forked by 85 users
🌐
Docker Docs
docs.docker.com › manuals › docker engine
Docker Engine | Docker Docs
May 13, 2026 - Find a comprehensive overview of Docker Engine, including how to install, storage details, networking, and more
🌐
Docker
docs.docker.com › manuals › docker desktop › install docker desktop on linux
Install Docker Desktop on Linux | Docker Docs
April 10, 2026 - Install Docker on Linux with ease using our step-by-step installation guide covering system requirements, supported platforms, and where to go next.
🌐
Docker Docs
docs.docker.com › manuals › docker engine › install › install docker engine on rhel
Install Docker Engine on RHEL | Docker Docs
October 3, 2025 - Learn how to install Docker Engine on RHEL. These instructions cover the different installation methods, how to uninstall, and next steps.
🌐
Docker Docs
docs.docker.com › manuals › docker engine › install › install docker engine from binaries
Install Docker Engine from binaries | Docker Docs
January 29, 2025 - Download the static binary archive. Go to https://download.docker.com/linux/static/stable/, choose your hardware platform, and download the .tgz file relating to the version of Docker Engine you want to install.
🌐
Docker
docs.docker.com › get started › get docker
Get Docker | Docker Docs
March 12, 2026 - A native Linux application that delivers all Docker tools to your Linux computer. ... If you're looking for information on how to install Docker Engine, see Docker Engine installation overview.
🌐
Medium
medium.com › @senali › what-docker-desktop-and-docker-engine-in-linux-2ed9f140940
What is Docker Desktop and Docker Engine in Linux? | by Senali | Medium
September 25, 2024 - Install the package with apt as ... desktop and open it. ... Docker Engine is an open source containerization technology for building and containerizing your applications....
Find elsewhere
🌐
Rocky Linux Documentation
docs.rockylinux.org › 10 › gemstones › containers › docker
Docker - Install Engine - Documentation
The Docker Engine can run native Docker-style container workloads on Rocky Linux servers.
🌐
OneUptime
oneuptime.com › home › blog › how to install docker engine on ubuntu (official method)
How to Install Docker Engine on Ubuntu (Official Method)
March 2, 2026 - # Add Docker's stable apt repository sudo tee /etc/apt/sources.list.d/docker.sources <<EOF > /dev/null Types: deb URIs: https://download.docker.com/linux/ubuntu Suites: $(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") Components: stable Architectures: $(dpkg --print-architecture) Signed-By: /etc/apt/keyrings/docker.asc EOF # Update package index to include Docker packages sudo apt update ... # The Docker packages should now be visible apt-cache policy docker-ce # Should show the Docker version from download.docker.com · # Install the latest Docker Engine sudo apt install -y \ docker-ce \ docker-ce-cli \ containerd.io \ docker-buildx-plugin \ docker-compose-plugin
🌐
Medium
medium.com › @azriteb › installing-docker-engine-on-linux-mint-22-1-my-learning-journey-3760515c9888
Installing Docker Engine on Linux Mint 22.1 (My Learning Journey) | by Mohamad Azri | Medium
January 30, 2026 - Since Linux Mint is based on Ubuntu, I followed the Ubuntu installation guide from Docker. First, I verified my OS version by running this command in the terminal: ... My system is based on Ubuntu Noble 24.04 (LTS), which is supported by Docker Engine.
🌐
Docker Docs
docs.docker.com › manuals › docker engine › install › install docker engine on debian
Install Docker Engine on Debian | Docker Docs
May 8, 2026 - Learn how to install Docker Engine on Debian. These instructions cover the different installation methods, how to uninstall, and next steps.
🌐
Docker Docs
docs.docker.com › manuals › docker engine › install › linux post-installation steps for docker engine
Linux post-installation steps for Docker Engine | Docker Docs
July 15, 2025 - Find the recommended Docker Engine post-installation steps for Linux users, including how to run Docker as a non-root user and more.
🌐
ArchWiki
wiki.archlinux.org › title › Docker
Docker - ArchWiki
Docker Desktop is a proprietary desktop application that runs the Docker Engine inside a Linux virtual machine. Additional features such as a Kubernetes cluster and a vulnerability scanner are included. This application is useful for software development teams who develop Docker containers ...
🌐
Docker
docker.com › the industry-leading container runtime | docker › the industry-leading container runtime | docker
The Industry-Leading Container Runtime | Docker
November 24, 2025 - Docker Engine is the industry’s de facto container runtime that runs on various Linux (CentOS, Debian, Fedora, RHEL, and Ubuntu) and Windows Server operating systems. Docker creates simple tooling and a universal packaging approach that bundles up all application dependencies inside a container which is then run on Docker Engine.
🌐
Docker Docs
docs.docker.com › manuals › docker engine › install › install docker engine on centos
Install Docker Engine on CentOS | Docker Docs
October 9, 2025 - Learn how to install Docker Engine on CentOS. These instructions cover the different installation methods, how to uninstall, and next steps.
🌐
DigitalOcean
digitalocean.com › community › tutorials › how-to-install-and-use-docker-on-ubuntu-20-04
How To Install and Use Docker on Ubuntu | DigitalOcean
January 21, 2026 - Yes, Docker Desktop is now available in beta for Linux distributions, including Ubuntu. Docker Desktop provides a graphical user interface (GUI) for managing containers, images, volumes, and networks, making it easier for users who prefer not to work exclusively with the command line. It also bundles the Docker Engine and offers integrated Kubernetes support, which is useful for development and testing environments.
🌐
Brandenburgische Technische Universität
b-tu.de › institut-elektro-informationstechnik › wiki-data › b › b6 › Install_Docker_Engine_on_Ubuntu_Docker_Documentation.pdf pdf
Install Docker Engine on Ubuntu | Docker Documentation
If you cannot use Docker’s repository to install Docker Engine, you can download the .deb file for your release · and install it manually. You need to download a new file each time you want to upgrade Docker. 1. Go to https://download.docker.com/linux/ubuntu/dists/ , choose your Ubuntu version, then browse to
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
[How-To] Install Docker Engine and Docker Desktop on Linux Mint 22.2 Zara - Linux Mint Forums
November 13, 2025 - sudo apt update sudo apt install -y nala sudo nala install -y ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc sudo tee /etc/apt/sources.list.d/docker.sources <<EOF Types: deb URIs: https://download.docker.com/linux/ubuntu Suites: $(.