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 8aad875 commit 77640b1Copy full SHA for 77640b1
docs/getting_started.md
@@ -51,6 +51,18 @@ EthoPy relies on a database for experiment configuration and data logging. If th
51
ethopy-setup-djdocker
52
```
53
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
63
+newgrp docker
64
65
66
2. **Configure the database connection:**
67
68
Create a configuration file at:
0 commit comments