I would like to expose to a container (Ubuntu 16.04 created with debootstrap) started with systemd-nspawn a directory of the host system (also an Ubuntu 16.04). Is this possible with systemd-nspawn?
I would fallback on some NFS based solution (the host exposes the directory which is mounted by the guest) but a systemd native solution would be ideal.