Sign inSign up

bletvaska/toolbox

By bletvaska

Updated almost 4 years ago

Set of Linux tools for (not only container) testing.

Image
0

1.4K

bletvaska/toolbox repository overview

List of Installed Tools

  • bash
  • bats
  • curl
  • git
  • httpie
  • iputils
  • jq
  • jsonschema
  • mtr
  • nmap
  • ping
  • shellcheck
  • sqlite
  • stress-ng
  • vim
  • wget
  • yq

Running

There are many tools preinstalled and also some configuration is provided too. Recommended way of using the Toolbox is by creating an alias for your system:

alias toolbox='docker container run -it --rm \
    --volume $(pwd):/home/work \
    --user $(id -u ${USER}):$(id -g ${USER}) \
    bletvaska/toolbox'

Because of that:

  • the home folder for the user is set to /home
  • there is configuration for bash and vim already in the /home folder
  • user's workdir is set to /home/work/

Then you can also use the Toolbox locally:

$ toolbox http -b http://worldtimeapi.org/api/timezone/Europe/Bratislava

Tag summary

Content type

Image

Digest

sha256:030b9ea2e

Size

81.7 MB

Last updated

almost 4 years ago

docker pull bletvaska/toolbox