toolbox
toolbox copied to clipboard
Tool for interactive command line environments on Linux
**Is your feature request related to a problem? Please describe.** Unable to write to `/dev/mmcblkX` devices from within a toolbox container. This is necessary for various development environments where one...
**Is your feature request related to a problem? Please describe.** When using the `toolbox enter` command to launch the shell in a container, it currently directly uses the `$SHELL` variable....
Fixes #1431. Also replaces `runFallbackCommands` in `src/cmd/run.go` with `/usr/bin/env` .
This PR addresses 2 common user issues with `toolbox create`: - users need to manually download newer images themselves - ~~the hardcoded "500MB download" is misleading~~ I have tested this...
**Is your feature request related to a problem? Please describe.** Today it is not possible to load (ba)sh completions from the host, looks like **/usr/share/bash-completion** is banned. ``` ⬢ [fedora-toolbox:39]...
**Describe the bug** I cannot enter a toolbox using fedora core os. My username here is 'kevin' which is not the default fcos username of 'core' ``` $ toolbox enter...
**Describe the bug** If you have an active toolbox session and you try to reboot the host machine, the container will refuse to shutdown. Eventually it will timeout and systemd...
**Describe the bug** **Steps how to reproduce the behaviour** Env for Headless Dev / with user session The **creation** of the container fails ``` [root@tbx ~]# useradd test [root@tbx ~]#...
**Describe the bug** `$ZDOTDIR/.zshenv` is not being sourced, instead the login shell only sources `$HOME/.zshenv` **Steps how to reproduce the behaviour** 1. `mkdir -p ~/.config/zsh` 2. `echo 'export TEST_VAR="hello"' >...