|
|
|
|
|
by FooBarWidget
829 days ago
|
|
It's interesting. According to the source code, it uses FUSE to mount the container's internal filesystem. This means that the compiled binary will either need root privileges to run, or the user must have configured FUSE to allow non-root mounting. Not ideal, but there's not much of an alternative either. |
|
An alternative is to extract the image to disk but that has quite a bit of overhead.