Add /var/lieb/docker binding and move development.sh to the correct path
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 10s

This commit is contained in:
titanz 2025-02-10 10:39:19 +01:00
parent fe824b08ca
commit 72ca6ddab3
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -50,3 +50,8 @@ sudo usermod -aG docker user
# Change the GPG Domain name appropriately
echo 'QUBES_GPG_DOMAIN=sys-gpg' | 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