Sign inSign up

beapythonista/rhinestone

By beapythonista

•Updated about 4 years ago

Rhinestone - An app to automatically generate the OpenAPI Spec or swagger Doc.

Image
0

287

beapythonista/rhinestone repository overview

⁠Step 1: Pull the image using the docker pull command
$ docker pull beapythonista/rhinestone:latest
⁠Step 2: Run the image inside the container.
⁠If you want to run in detached mode then add -d as an argument before -p
$ docker network create -d bridge rhinestone-net

$ docker run -d -p 6378:6379 --rm --name redis-service --network rhinestone-net redis:latest redis-server

$ docker run -p 5010:5010 --rm --name rhinestone --network rhinestone-net beapythonista/rhinestone:latest
⁠Accessing Rhinestone

http://localhost:5010/swagger/#⁠
 

⁠Stop the container
$ docker stop rhinestone redis-service
⁠Optional - Removing docker network
$ docker network rm rhinestone-net

Tag summary

Content type

Image

Digest

sha256:fd7901adb…

Size

429.8 MB

Last updated

about 4 years ago

docker pull beapythonista/rhinestone