1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-09 04:11:32 -05:00

Remove /etc/docker bind

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-01 17:18:02 -04:00
parent 040136f1ad
commit be6bc51177
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -14,5 +14,4 @@ newgrp docker
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