Images can be downloaded here.
Much too often, we are scrambling to find the tools we are so used when we are troubleshooting some issues on a new environment. Having access to all the common Tools in a easily deployable format is highly desirable.
This is an attempt at packaging the tools. As a first iteration, we are providing a docker image which will hopefully be useful to start.
Some of the inspiration to do this was from the amazing folks who developed [code-server]() and [linuxserver.io]() who created a docker image for the same. The base image for this comes from there as well.
docker run --rm -dit --name toolshell -p 8443:8443 -p 8080:80 ghcr.io/clue2solve/toolshell:latest
Once you are in the VS-code, you can always open the integrated terminal and use all the commands / tools that are included there.
The Default shell is zsh
installed with ‘oh-my-zsh
. The prompt enabled is steeef
and the plugins installed are git kubectl zsh-autosuggestions zsh-kubectl-prompt
code-server The image will have a running vs-code accessible via the browser on port 8443
nginx webserver running on port 80 The intention is to provide a landing page for all the tools and information.
docker
helm
tmc (Tanzu mission control Cli)
tac ( Tanzu Applicaiton Catalog Cli)