try adding the user to the docker group code example Example: add user to docker group sudo usermod -aG docker $USER #$USER is your username