Sign inSign up

nex84/toolbox

By nex84

Updated over 6 years ago

Image
0

200

nex84/toolbox repository overview

docker_toolbox

Embedded tools

  • git
  • tig
  • vim
  • tree
  • wget
  • curl
  • cntlm
  • unzip
  • jq
  • python2.7
  • python3
  • ansible
  • docker
  • docker-compose
  • kubectl
  • helm3

how to use your own SSH keys

Put you id_rsa and id_rsa.pub keys in a specific folder and mount it in /tmp/.ssh :

docker run \
    -d \
    --name toolbox \
    -v /home/user/.ssh:/tmp/.ssh:ro
    arcanexus/toolbox:latest 

Tag summary

Content type

Image

Digest

Size

126.9 MB

Last updated

over 6 years ago

docker pull nex84/toolbox