Listen "Breakaway community self-hosting tutorial - Docker install and configure with copy paste code (5/8)"
Episode Synopsis
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
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 episodes of the podcast igormuba 3Speak Podcast
Breakaway community self-hosting tutorial - Cloudflare for free SSL and DDoS protection (8/8)
17/03/2024
Breakaway community self-hosting tutorial - Pointing your domain URL to your server (7/8)
17/03/2024
Breakaway community self-hosting tutorial - Deploying/running your community on your server (6/8)
17/03/2024
ZARZA We are Zarza, the prestigious firm behind major projects in information technology.