mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-21 04:48:41 -04:00
Add user to docker group
This commit is contained in:
parent
3af9bee227
commit
70b097d5e7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue