Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mtheoryx/git-docker


https://github.com/mtheoryx/git-docker

Last synced: 13 days ago
JSON representation

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
```