Skip to content

Commit

Permalink
add submitty_daemon to the docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
Barb Cutler authored and Barb Cutler committed Jan 26, 2025
1 parent 8b8e560 commit a4143c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _docs/sysadmin/installation/worker_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ _Note: These instructions should be run under root/sudo._


6. Add the submitty user to the ```submitty_daemon```, ```submitty_daemonphp```, and ```docker```
groups.
groups. And add the ```submitty_daemon``` user to the ```docker``` group.

```
sudo usermod -a -G submitty_daemon YOUR_SUBMITTY_USER
sudo usermod -a -G submitty_daemonphp YOUR_SUBMITTY_USER
sudo usermod -a -G docker YOUR_SUBMITTY_USER
sudo usermod -a -G docker submitty_daemon
```

7. Next, we must set up an ssh key so that submitty_daemon user on the primary
Expand Down

0 comments on commit a4143c1

Please sign in to comment.