Skip to content

Docker Image for ReDoc's Command Line Interface

License

Notifications You must be signed in to change notification settings

naoigcat/docker-redoc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Redoc CLI

Docker Builds

GitHub Stars Docker Pulls

Docker Image for ReDoc's Command Line Interface

Installation

docker pull naoigcat/redoc-cli

Usage

See redoc-cli for available commands.

It is recommended to create an alias:

alias redoc-cli="docker run --rm -v \"$PWD\":/app naoigcat/redoc-cli"