Mildred Ki'Lya

Results 195 comments of Mildred Ki'Lya

It also means we cannot share the system dbus socket inside the toolbox because the system bus needs to points to the toolbox system instead. I don't know what are...

> There are a few other issues running systemd in the container, systemd is mounting tmpfs to /run, overriding bind mounts that were there. I found a fix for that,...

Will soon have to do the same, hence this feature request. I have a pull request you can test here https://github.com/debarshiray/toolbox/pull/177 but I do not guarantee it works well. Basically,...

Well I tried other solutions to run postgresql, and the toolbox is the best solution I could find. The PR still works and I just updated it to make use...

Yep, it's possible to execute postgresql in a podman container instead, but you lack the easy use and integration. I believe the toolbox is much more easy to use of...

I quite like opening the toolbox automatically on a new tab, especially when not running the default toolbox. There is one thing though, when all tabs in a terminal are...

Running podman inside the toolbox can be immensely useful. I work with many projects where build scripts is just calling docker images, and being able to run those scripts inside...

Around hostname in the toolbox, I miss my machine hostname. Also, I suppose that if I start using silverblue on my servers (which will be the case when upgrading from...

May I suggest that the default hostname should be composed of the machine hostname and the toolbox name ? For example, I run multiple toolboxes (gui, wine, dev, ...) and...

My workaround is to manually download the files in a vendor directory. Here is my script `vendor/download.sh`: ```sh #!/bin/bash cd $(dirname "$0") main(){ jspm chart.js 3.9.1 dl chart.js/dist/chart.mjs dl chart.js/_/16cda191.js...