Mildred Ki'Lya
Mildred Ki'Lya
Running the AppImage, and the cut/copy/paste shortcuts are not working. Nothing special in the dev tools. Right click for those operations is frustrating because it always suggests to paste overriding...
Streams is an important feature but I'd avoid a compile time option if possible. - have a runtime setting to define if your handler accepts a stream or a buffer...
Updated the PR to make this dependent upon the `--init` command-line option
Just updated this PR on top of latest master, and removed the recreate command to simplify this PR. I'm using this feature and it works well.
I'm using containers created by this PR daily and it works really great.
Just rebased my branch to latest master. If someone can take a look at it, I would be grateful. The change is really light (just replace the sleep by init...
Sorry, this is no longer working with the newer version. And having journald mounted from within the container does not work.
Trying out running systemd with the toolbox, I find a problem with it. systemd is not running as PID 1 and tries to start in user mode and not in...
Trying to use nsenter to have systemd running in a PID namespace and toolbox shells running in the host PID namespace does not work so well. the `/proc` filesystem mounted...
There are a few other issues running systemd in the container, systemd is mounting tmpfs to `/run`, overriding bind mounts that were there.