Skip to content

Instantly share code, notes, and snippets.

@purwandi
Created May 5, 2020 10:33
Show Gist options
  • Save purwandi/cb79f33cbf8259f8b6de34951af19dff to your computer and use it in GitHub Desktop.
Save purwandi/cb79f33cbf8259f8b6de34951af19dff to your computer and use it in GitHub Desktop.

Instalasi docker di ubuntu

apt-get -y update

apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-properties-common

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -

add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

apt-get -y update

apt-get -y install docker-ce docker-ce-cli containerd.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment