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

10

  • 5
  • 0
  • 5.741
  • Reply

  • Open in the desktop app ADD TO PLAYLIST

    igormuba

    Published on Mar 17, 2024
    About :

    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
    
    Tags :

    Woo! This creator can upvote comments using 3speak's stake today because they are a top performing creator! Leave a quality comment relating to their content and you could receive an upvote worth at least a dollar.

    Their limit for today is $0!
    Comments:
    Time until igormuba can give away $0 to their commenters.
    0 Days 0 Hours 0 Minutes 0 Seconds
    Reply:

    To comment on this video please connect a HIVE account to your profile: Connect HIVE Account

    02:47
    1 views 2 years ago $

    More Videos

    31:14
    2 views 2 years ago $
    09:55
    8 views a year ago $
    01:57
    18 views 10 months ago $
    01:49
    5 views 2 months ago $