Skip to content

Instantly share code, notes, and snippets.

@SkyaTura
Last active July 29, 2024 14:22
Show Gist options
  • Save SkyaTura/5097af66583854ea31097f75d7d8bbc2 to your computer and use it in GitHub Desktop.
Save SkyaTura/5097af66583854ea31097f75d7d8bbc2 to your computer and use it in GitHub Desktop.
Basic VM With Docker
#!/bin/sh
curl https://get.docker.com/ | sudo sh
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment