Wappler Version : 4.6.3
Operating System : Ubuntu 20.04.3 LTS
Server Model: NodeJS
Database Type:
Hosting Type: NodeJS
Expected behavior
What do you think should happen?
The user should be added to the Docker group, not just for the current session.
Actual behavior
What actually happens?
The user is not added to the Docker group correctly. Upon reboot access is denied.
How to reproduce
- New Project.
- Docker/Node.
- Reboot.
- Try to launch Docker/Deploy within Wappler.
- User denied access to Docker machine.
Fix:
sudo usermod -aG docker $USER
Restart system.
User now added to Docker group.
Community Page
Last updated:
Last updated: