igormuba 3Speak Podcast

Breakaway community self-hosting tutorial - Docker install and configure with copy paste code (5/8)


Listen Later

https://3speak.tv/watch?v=igormuba/jfkjqoff
In this video you will see how to install and configure docker inside your Linux server by copying and pasting one command.

Inside your server, through SSH, copy and paste the following command that will take care of installing and configuring docker for you:

sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && echo "deb [signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null && sudo apt update && sudo apt install -y docker-ce docker-ce-cli containerd.io && sudo usermod -aG docker $USER && sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose
...more
View all episodesView all episodes
Download on the App Store

igormuba 3Speak PodcastBy Igor Marcos