Files
pi-hosted/install_docker.sh

5 lines
119 B
Bash
Raw Normal View History

2021-09-16 11:32:18 -04:00
#!/bin/sh
curl -sSL https://get.docker.com | sh
2021-09-17 14:27:56 -04:00
sudo usermod -aG docker $USER
echo "remember to logoff to take effect"