Last active
July 29, 2024 14:22
-
-
Save SkyaTura/5097af66583854ea31097f75d7d8bbc2 to your computer and use it in GitHub Desktop.
Basic VM With Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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