Skip to content

Commit

Permalink
Replace symlink with bind for /etc/docker
Browse files Browse the repository at this point in the history
Fixes #45

We can't expect `/etc/docker` to be empty. The change to switch from `bind` to `syslink` was introduced recently in #27
  • Loading branch information
jkfran committed Sep 2, 2021
1 parent 67913ec commit a11e11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Expand Up @@ -37,7 +37,7 @@ assumes: [snapd2.50]

layout:
/etc/docker:
symlink: $SNAP_DATA/etc/docker
bind: $SNAP_DATA/etc/docker
/etc/gitconfig:
bind-file: $SNAP_DATA/etc/gitconfig
/usr/lib/git-core:
Expand Down

0 comments on commit a11e11b

Please sign in to comment.