mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-08-13 23:55:27 -04:00
MirageOS, Split SSH, Docker fixes, and minor updates
Signed-off-by: tommytran732 <contact@tommytran.io>
This commit is contained in:
parent
12e8e1ede5
commit
c542a1fec6
9 changed files with 58 additions and 12 deletions
|
@ -9,4 +9,10 @@ sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/dock
|
|||
sudo dnf install docker-ce docker-compose-plugin github-desktop code java-latest-openjdk hugo
|
||||
sudo systemctl enable --now docker
|
||||
sudo usermod -aG docker $USER
|
||||
newgrp docker
|
||||
newgrp docker
|
||||
|
||||
sudo mkdir -p /etc/qubes-bind-dirs.d
|
||||
sudo tee /etc/qubes-bind-dirs.d50_user.conf << EOF > /dev/null
|
||||
binds+=( '/var/lib/docker' )
|
||||
binds+=( '/etc/docker' )
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue