toolbox
toolbox copied to clipboard
Tool for interactive command line environments on Linux
ulimit is a shell builtin, so the shell it is run from changes the version that is used. Ubuntu (and Debian) use dash as their system shell, instead of bash....
The existing code would never properly select the IPv4 address instead a fallback value was selected when the IPv4 option was used, the script is updated to that both IPv4...
**Describe the bug** I've recently disabled the `avahi-daemon.service` and `avahi-daemon.socket` units, because I don't need Avahi (I only need to resolve mDNS and I can do that with `systemd-resolved` already)....
**Is your feature request related to a problem? Please describe.** It would be cool to have a consistent way to use host fonts from within toolbox. **Describe the solution you'd...
https://github.com/containers/toolbox/issues/1438
Add fixes for 1564
**Describe the bug** As we discussed face to face previously, when using a trick to disable sudoer password during the build process of a qcow image and re-enabling it later,...
**Describe the bug** Currentlly, it is not possible to run [Kunit](https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html) tests while doing kernel development inside toolbox. This seems to be related to `/dev/shm`. Here is the output when...
Currently, if the `HOME` environment variable is temporarily overriden, `toolbox(1)` doesn't respect it. This is likely because Go's [os/user](https://pkg.go.dev/os/user) doesn't respect the variable. Instead, it could be better to use...
Hi @debarshiray, everyone, I'm experiencing a few "issues" when trying to use `fedora-toolbox` on `distrobox`: `fedora-toolbox:latest` pulls Fedora 39, while `fedora-toolbox:40` pulls Rawhide. When investigating, I saw we missed a...