Skip to content

Instantly share code, notes, and snippets.

@barryvdh
barryvdh / install_docker
Created May 18, 2021 14:06
Install Docker on Laravel Force Recipe
echo ">> Follow install based on https://docs.docker.com/engine/install/ubuntu/"
echo ">> Update the apt package index and install packages to allow apt to use a repository over HTTPS:"
apt-get update
apt-get -y install \
apt-transport-https \
ca-certificates \
curl \
gnupg \
lsb-release