https://github.com/naoigcat/docker-redoc-cli
Docker Image for ReDoc's Command Line Interface
https://github.com/naoigcat/docker-redoc-cli
docker docker-image dockerfile dockerhub redoc redoc-cli
Last synced: 22 days ago
JSON representation
Docker Image for ReDoc's Command Line Interface
- Host: GitHub
- URL: https://github.com/naoigcat/docker-redoc-cli
- Owner: naoigcat
- License: mit
- Created: 2020-12-31T03:24:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-03T12:16:52.000Z (about 1 month ago)
- Last Synced: 2026-05-03T13:08:53.650Z (about 1 month ago)
- Topics: docker, docker-image, dockerfile, dockerhub, redoc, redoc-cli
- Language: Dockerfile
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Docker Redoc CLI
[](https://github.com/naoigcat/docker-redoc-cli/actions/workflows/push.yml)
[](https://github.com/naoigcat/docker-redoc-cli/stargazers)
[](https://hub.docker.com/r/naoigcat/redoc-cli)
**Docker Image for [ReDoc](https://github.com/Rebilly/ReDoc)'s Command Line Interface**
## Installation
```sh
docker pull naoigcat/redoc-cli
```
## Usage
See [redoc-cli](https://github.com/Redocly/redoc/blob/v2.0.0/cli/README.md#usage) for available commands.
It is recommended to create an alias:
```sh
alias redoc-cli="docker run --rm -v \"$PWD\":/app naoigcat/redoc-cli"
```