https://github.com/junka/redocker
docker helper scripts
https://github.com/junka/redocker
Last synced: over 1 year ago
JSON representation
docker helper scripts
- Host: GitHub
- URL: https://github.com/junka/redocker
- Owner: junka
- Created: 2021-08-01T15:17:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T11:41:31.000Z (over 4 years ago)
- Last Synced: 2025-02-01T14:19:22.456Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redocker
- reverse from docker image to a dockerfile
- reverse from docker container to run command
- reverse from docker network to create command
basicly, it depends on ```docker inspect``` and ```docker history```
since python3.5 is still used in production, better support it