1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-12 13:31:32 -05:00
QubesOS-Scripts/fedora/development-appvm.sh
tommytran732 c6ba112284
Remove Trailing Space
Signed-off-by: tommytran732 <contact@tommytran.io>
2022-08-05 00:59:13 -04:00

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