Skip to content

Instantly share code, notes, and snippets.

View theakshayraj's full-sized avatar
:octocat:
The One who Codes

Akshay Raj theakshayraj

:octocat:
The One who Codes
View GitHub Profile
@theakshayraj
theakshayraj / install_docker_in_ubuntu_21-10.sh
Created January 21, 2022 22:03 — forked from pablodz/install_docker_in_ubuntu_21-10.sh
Install Docker in Ubuntu 21.10, Install Dockercompose on Ubuntu 21.10
# [🟨OPTIONAL] Uninstall old docker versions
sudo apt-get remove docker docker-engine docker.io containerd runc
# Refresh latest version
sudo apt-get update
# Install pre-req
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg \