Installation - Linux

Docker CE on Linux

We'll cover the following

Installing Docker on a Linux system is always interesting, however, I will cover installation for only Ubuntu. For other different versions of Linux, you can check out the following links below:

CentOS installation : https://docs.docker.com/install/linux/docker-ce/centos/

Debian: https://docs.docker.com/install/linux/docker-ce/debian/

Fedora: https://docs.docker.com/install/linux/docker-ce/fedora/


Docker CE on Ubuntu

To install Docker Engine - Community, you need the 64-bit version of one of these Ubuntu versions:

  • Disco 19.04
  • Cosmic 18.10
  • Bionic 18.04 (LTS)
  • Xenial 16.04 (LTS)

That’s all you need. There aren’t many complex requirements.

Remove any older versions of Docker like so:

Get hands-on with 1200+ tech skills courses.