-
-
Notifications
You must be signed in to change notification settings - Fork 252
Installing Docker (Linux)
Koushik Dutta edited this page Aug 16, 2022
·
6 revisions
Run the following in Terminal to install Docker:
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
# add current user to docker group
sudo usermod -aG docker $USER
newgrp docker
# reboot your server to ensure system changes take effect
Docker is now installed. You can continue with the Scrypted Installation.
Scrypted Docs have moved. Please visit https://docs.scrypted.app.