>>The problem is that I'd like to be able to access the filesystem remotely at >>all times. This is in order to download whatever files the unikernel >>application creates.
If you want a “side channel” into your application for getting files or application instrumentation you can compile in an HTTP server library e.g. https://www.gnu.org/software/libmicrohttpd/ Search for "http server embedded library" as
