Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue0513/github-cli-docker
https://github.com/blue0513/github-cli-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blue0513/github-cli-docker
- Owner: blue0513
- License: mit
- Created: 2023-04-01T03:49:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T03:56:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:38:51.179Z (8 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub CLI Docker
This is a Docker image for GitHub CLI.
*To install GitHub CLI, please follow [the official instructions](https://github.com/cli/cli/blob/trunk/docs/install_linux.md)
## Usage
```console
$ docker build . -t github-cli-docker
$ docker run --rm -it github-cli-docker gh --version
```