Jul 20, 2020How to install docker and docker compose on Ubuntu 16.04 or laterOpen the terminal and run this line: sudo apt-get update -y && sudo apt-get install docker.io docker-compose -y You can check if docker is installed with this command: docker --version And docker compose with: docker-compose --version Easy..!Docker1 min read