Set of Linux tools for (not only container) testing.
1.4K
Dockerfile linksbashbatscurlgithttpieiputilsjqjsonschemamtrnmappingshellchecksqlitestress-ngvimwgetyqThere 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:
home folder for the user is set to /homebash and vim already in the /home folder/home/work/Then you can also use the Toolbox locally:
$ toolbox http -b http://worldtimeapi.org/api/timezone/Europe/Bratislava
Content type
Image
Digest
sha256:030b9ea2e…
Size
81.7 MB
Last updated
almost 4 years ago
docker pull bletvaska/toolbox