Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fermayo/inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fermayo/inspect

Quick and dirty tool to 'sh' into any docker image

Usage

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock fermayo/inspect <image>

For example:

$ docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock fermayo/inspect alpine:latest
/run/image # cat etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.5.2
PRETTY_NAME="Alpine Linux v3.5"
HOME_URL="http://alpinelinux.org"
BUG_REPORT_URL="http://bugs.alpinelinux.org"

About

Quick and dirty tool to 'sh' into any docker image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages