Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T10:41:05.000Z (over 7 years ago)
- Last Synced: 2024-11-09T00:35:11.595Z (3 months 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"