Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Created October 17, 2022 14:43
Show Gist options
  • Save OSCUK/f2a26eea378260a2a1f752f92c2ba861 to your computer and use it in GitHub Desktop.
Save OSCUK/f2a26eea378260a2a1f752f92c2ba861 to your computer and use it in GitHub Desktop.
Yatch
docker volume create yacht
docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config selfhostedpro/yacht
@OSCUK
Copy link
Author

OSCUK commented Oct 17, 2022

Install Docker via script

curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh

systemctl status docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment