We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8e560 commit 5dc8b66Copy full SHA for 5dc8b66
_docs/sysadmin/installation/worker_installation.md
@@ -53,12 +53,13 @@ _Note: These instructions should be run under root/sudo._
53
54
55
6. Add the submitty user to the ```submitty_daemon```, ```submitty_daemonphp```, and ```docker```
56
- groups.
+ groups. And add the ```submitty_daemon``` user to the ```docker``` group.
57
58
```
59
sudo usermod -a -G submitty_daemon YOUR_SUBMITTY_USER
60
sudo usermod -a -G submitty_daemonphp YOUR_SUBMITTY_USER
61
sudo usermod -a -G docker YOUR_SUBMITTY_USER
62
+ sudo usermod -a -G docker submitty_daemon
63
64
65
7. Next, we must set up an ssh key so that submitty_daemon user on the primary
0 commit comments