Add user to docker group

This commit is contained in:
Tommy 2025-02-09 18:53:05 -07:00 committed by GitHub
parent 3af9bee227
commit 70b097d5e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,8 @@ sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linu
sudo dnf install -y code docker-ce docker-compose-plugin github-desktop
sudo usermod -aG docker user
# Change the GPG Domain name appropriately
echo 'QUBES_GPG_DOMAIN=vault' | sudo tee -a /etc/environment