Skaronator / devops-toolbox

Toolbox that contains all useful DevOps tools for my day to day job.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devops-toolbox

The DevOps-Toolbox contains all usefull and up-to-date tools for my day to day work.

Setting up

Adding the following line does the complete setup:

eval "$(docker run -e SHELL ghcr.io/skaronator/devops-toolbox:latest)"

You can then update the container running toolbox-update which basically just do a Docker pull command.

This command adds an alias for all included commands. If that feels to risky for you (which I totally understand) you can also just use the tools from the image directly.

docker run -it -e HOME -e USER -v $HOME/.kube/config:$HOME/.kube/config ghcr.io/skaronator/devops-toolbox:latest kubectl

The HOME and USER environment variable seems to be required by most tools to figure out where the home directory is located.

About

Toolbox that contains all useful DevOps tools for my day to day job.

License:GNU Affero General Public License v3.0


Languages

Language:Python 93.0%Language:Dockerfile 7.0%