Skip to content

Instantly share code, notes, and snippets.

@haroldcris
Last active October 1, 2023 05:48
Show Gist options
  • Save haroldcris/afbf40770571550555c3c4eb14bf70d0 to your computer and use it in GitHub Desktop.
Save haroldcris/afbf40770571550555c3c4eb14bf70d0 to your computer and use it in GitHub Desktop.
ubuntu docker
sudo snap install curl
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
#install vscode
sudo snap install --classic code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment