Simple Toolbx image for easy use of Visual Studio Code on Fedora Silverblue and Kinoite.
  • Dockerfile 100%
Find a file
Geoffrey Lambeth 48563e9086
Some checks failed
action.yml / chore(release): v1.1.0 -- add changelog (push) Failing after 0s
chore(release): v1.1.0 -- add changelog
2026-05-18 14:48:34 -07:00
.github/workflows ci(GitHub): build image from multiple fedora versions 2026-05-18 14:46:02 -07:00
CHANGELOG.md chore(release): v1.1.0 -- add changelog 2026-05-18 14:48:34 -07:00
Containerfile feat: add tmux from dnf install 2026-05-18 14:46:02 -07:00
LICENSE docs: create LICENSE 2026-05-18 14:46:02 -07:00
README.md docs: recommend using latest tag in README 2026-05-18 14:46:02 -07:00

Fedora toolbx with vscode

Simple Toolbx image for easy use of Visual Studio Code.

Quickstart

toolbox create --image ghcr.io/geofflambeth/fedora-vscodebox:latest
toolbox enter fedora-vscodebox-latest

Alias

If you want to use zsh by default with this toolbox, but don't want to install zsh and set it as default on your host machine, consider adding an alias with the SHELL env var.

# consider adding to .bashrc on the host
alias vscodebox='SHELL=zsh toolbox enter fedora-vscodebox-latest'

Included in the container

The images here are generally intended for my personal use in a Visual Studio Codebased workflow. The stack here may change, but I will clearly document breaking changes.