@DustinB said in Imbedded Docker:

Has anyone else done this, and can provide benefits or faults in doing so, besides the obvious that this isn't officially supported?

I am actually going through the process of trying this right now, and am having significant difficulties with the xscontainer-prepare-vm piece - it doesn't work.

So far, I have built a Docker VM, made sure all prerequisites are in there, and then run this script. It does insert an ssh-rsa key into my user's authorized_keys file, but the public key it inserts doesn't actually work. The host is not able to ssh into the VM due to the certificate not matching and requires a password, which does not work because it can't pass the VM check.

Has anyone else seen this behaviour before?