Hi,
with the current 4.0.1 even the "How does it work?" section as mentioned
here
https://groups.google.com/d/msg/qubes-users/m0qWwToAi8w/phdwx1hSCQAJ
cannot be applied.
Maybe because the file `bind-dirs.sh` is not available at the described
location anymore?
A file with the same name would be here `/usr/lib/qubes/init/bind-dirs.sh`.
Created a template clone from `fedora-29` and installed `Docker CE` into it.
```
curl -fsSL
https://get.docker.com -o get-docker.sh
CHANNEL=stable sh get-docker.sh
sudo usermod -aG docker user
sudo systemctl enable docker
```
Shutdown that template and created an appvm from it.
I added the bind-dir files as described. But it will not create symlinks
or copy existing files.
In which state the `bind-dir.sh` is running. Maybe docker daemon already
created the files and no initial symlinks can be mounted by the script?
Thanks for some hints.