1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Create development-appvm.sh

This commit is contained in:
Tommy 2022-08-05 00:46:57 -04:00
parent cd226efba6
commit 93151b9e28
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -0,0 +1,8 @@
#!/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