Skip to content

Commit 77640b1

Browse files
committed
Update getting_started.md
1 parent 8aad875 commit 77640b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/getting_started.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ EthoPy relies on a database for experiment configuration and data logging. If th
5151
ethopy-setup-djdocker
5252
```
5353

54+
> **Note:** By default, Docker requires sudo because the Docker daemon runs as root.
55+
This command adds your user to the docker group, so you can run Docker commands without sudo.
56+
57+
```bash
58+
sudo usermod -aG docker $USER
59+
```
60+
61+
restart your session (log out and back in) or run:
62+
```bash
63+
newgrp docker
64+
```
65+
5466
2. **Configure the database connection:**
5567

5668
Create a configuration file at:

0 commit comments

Comments
 (0)