# Install Docker Engine, containerd, and Docker Compose on Ubuntu

DevFeed: [Install Docker Engine, containerd, and Docker Compose on Ubuntu](<https://devfeed.tech/articles/how-to-install-docker-and-docker-compose-ubuntu-10527.md>)

Original publisher: [Read original article](<https://technotim.com/posts/docker-compose-install/>)

Author: Techno Tim

Published: 2021-08-14T16:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [apt](<https://devfeed.tech/topics/apt.md>)

Tags: [apt](<https://devfeed.tech/tags/apt.md>), [compose](<https://devfeed.tech/tags/compose.md>), [docker](<https://devfeed.tech/tags/docker.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [install](<https://devfeed.tech/tags/install.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

## AI overview

A tutorial for installing Docker Engine, containerd, and Docker Compose on Ubuntu. It advises removing an existing Docker installation first and includes repository setup and version-checking steps.

## Source excerpt

This guide will walk you through how to Install Docker Engine, containerd, and Docker Compose on Ubuntu. If you have an existing version of Docker install, it is best to remove it first.See the Cleaning Up If you're installing this on Debian, see Docker's Debian Install Guide Install Set up Docker's apt repository. # Add Docker's official GPG key: sudo apt-get update sudo apt-get install c...