toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

Tool for interactive command line environments on Linux

Results 154 toolbox issues
Sort by recently updated
recently updated
newest added

**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...

5. Help Wanted
5. Good First Issue
1. Feature request
2. Container Realm
2. Container Configuration

**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....

1. Feature request

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]...

1. Feature request

**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...

1. Bug

**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...

1. Bug

**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 ~]#...

1. Bug

Is there a way to run centos 7 image via toolbox?

2. Images

**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"' >...

1. Bug