Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtheoryx/git-docker
https://github.com/mtheoryx/git-docker
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtheoryx/git-docker
- Owner: mtheoryx
- Created: 2018-06-23T20:19:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T20:19:32.000Z (over 6 years ago)
- Last Synced: 2024-10-20T01:14:23.104Z (18 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containerize the GIT command
## To run it from a docker hub image
```bash
docker run -it --rm mtheoryx/git-docker:1.0.0
```## Give it a command
```bash
docker run -it --rm mtheoryx/git-docker:1.0.0 terraform --help
```