1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-20 18:21:34 -05:00

Add /var/lib/docker binding

This commit is contained in:
Tommy 2025-02-09 18:48:55 -07:00 committed by GitHub
parent ecaddab54f
commit 3af9bee227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,3 +47,8 @@ sudo dnf install -y code docker-ce docker-compose-plugin github-desktop
# Change the GPG Domain name appropriately
echo 'QUBES_GPG_DOMAIN=vault' | sudo tee -a /etc/environment
umask 022
sudo mkdir -p /etc/qubes-bind-dirs.d
echo 'binds+=( '\'''/var/lib/docker''\'' )' | sudo tee /etc/qubes-bind-dirs.d/50_user.conf