mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-24 14:20:38 -04:00
Add /var/lib/docker binding
This commit is contained in:
parent
ecaddab54f
commit
3af9bee227
1 changed files with 6 additions and 1 deletions
|
@ -46,4 +46,9 @@ sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linu
|
|||
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
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue