Skip to content

Instantly share code, notes, and snippets.

@nedix
Last active March 5, 2026 00:43
Show Gist options
  • Select an option

  • Save nedix/e605d0bffab82e6d85f9f82a63f2f1f4 to your computer and use it in GitHub Desktop.

Select an option

Save nedix/e605d0bffab82e6d85f9f82a63f2f1f4 to your computer and use it in GitHub Desktop.
install-docker.sh
wget -q https://raw.githubusercontent.com/docker/docker-install/refs/heads/master/install.sh -O docker.sh \
&& chmod +x docker.sh \
&& ./docker.sh \
&& systemctl enable docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment