blog/user-mode-linux: special thanks

This commit is contained in:
Cadey Ratio 2019-07-07 20:20:16 -04:00
parent 3c511b3a37
commit 95bb250117
1 changed files with 6 additions and 0 deletions

View File

@ -800,3 +800,9 @@ Since Docker container images are just glorified tarballs, you should be able to
extract an image with `docker export` and then set the root filesystem location extract an image with `docker export` and then set the root filesystem location
in the guest kernel to that location. Then run the command that the Dockerfile in the guest kernel to that location. Then run the command that the Dockerfile
expects via a shell script. expects via a shell script.
Special thanks to rkeene of #lobsters on Freenode. Without his help with
attempting to debug slirp, I wouldn't have gotten this far. I have no idea how
his Slackware system works fine with slirp but my Ubuntu and Alpine systems
don't, and why the binary he gave me also didn't work; but I got something
working and that's good enough for me.