Ubuntu 24 users aren't automatically in the Docker group #202
Labels
bug
Something isn't working
EPIC - VM templates
Features needed in the custom VM templates
MVP
Things that need to be considered for the MVP release
When I deploy an Ubuntu 24.04 VM, docker is installed, but the user is not a member of the docker group, so cannot use docker.
The user can add themselves, via
sudo usermod --groups docker --append $(id --user --name)
, and then restart their session to get the update, but it should be fixed at source.The text was updated successfully, but these errors were encountered: