This website requires JavaScript.
Explore
Help
Register
Sign In
manuth
/
PortValhalla
Watch
1
Star
0
Fork
You've already forked PortValhalla
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
a6c7ea33ab
PortValhalla
/
scripts
/
Common
/
Config
/
docker
/
install.sh
4 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
Add a script for configuring docker
2023-04-05 12:54:35 +00:00
#!/bin/bash
Fix incorrect command
2023-04-05 12:55:15 +00:00
sudo usermod -aG docker
"
$USER
"
;
Add a script for configuring docker
2023-04-05 12:54:35 +00:00
sudo systemctl
enable
--now docker
;
Reference in a new issue
Copy permalink