Skip to content

vpartington/container-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

container-tools

Docker image with tools for debugging and troubleshooting:

Run directly from the command line:

kubectl run container-tools --image=vpartington/container-tools --rm --tty --stdin bash

Create an alias:

alias k8s-ct='kubectl run container-tools-$RANDOM --image=vpartington/container-tools --rm --tty --stdin bash'
k8s-ct-on-node -h <nodename>

The script starts the container-tools image on a specific node, with /var/run/docker.sock mounted into the container. This allows the docker command line client to be used to interact with the Docker daemon on the node.

About

Docker image with tools for debugging and troubleshooting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published