webodm failed in terminal under ubuntu
but in super user mode (sudo) that’s ok!
Welcome!
You might beneift by adding your user to the docker group so it inherits the docker group’s permissions.
This should work on your platform:
sudo usermod -aG docker $USER
You can verify it was set with this:
id $USER | grep docker
It should not return empty.
Hi! Saijin,
i write in the terminal:
sudo usermod -aG docker $USER
WebODM failed after ($ cd WebODM and $ ./webodm.sh start)
I suppose USER=francois
so i try : sudo usermod -aG docker $francois
and same error
I don’t try : ```
id $USER | grep docker
Sorry again but using terminal with linux is not clear for me
Ah, okay.
Try this and post the screenshot of what your terminal looks like:
sudo usermod -aG docker francois
Then, try this and screenshot what your terminal looks like:
id francois | grep docker
You will now need to logout and log back in, or reboot for the group change to take effect.
Perfect!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.