AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
485 stars 122 forks source link

Might need to add user to docker group #135

Closed FNakano closed 1 year ago

FNakano commented 1 year ago

To run docker-compose up --build on Ubuntu 22.04LTS without sudo, the user should be in docker group. This is done by sudo usermod -aG docker $USER and rebooting the computer (Reference: https://linuxhandbook.com/docker-permission-denied/).