https://github.com/fermayo/inspect
Quick and dirty tool to 'sh' into any docker image
https://github.com/fermayo/inspect
docker docker-image
Last synced: about 2 months ago
JSON representation
Quick and dirty tool to 'sh' into any docker image
- Host: GitHub
- URL: https://github.com/fermayo/inspect
- Owner: fermayo
- License: apache-2.0
- Created: 2017-05-18T10:20:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T10:41:05.000Z (about 9 years ago)
- Last Synced: 2025-01-02T13:28:27.713Z (over 1 year ago)
- Topics: docker, docker-image
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
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"