mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-12 13:31:32 -05:00
8 lines
193 B
Bash
8 lines
193 B
Bash
#!/bin/bash
|
|
|
|
#Run this in the appVM
|
|
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 |