Sign inSign up

gianebao/nginx-api-console

By gianebao

•Updated over 9 years ago

Docker image for RAML API console based on NGinX

Image
1

1.5K

gianebao/nginx-api-console repository overview

⁠nginx-api-console

Docker image for RAML API console based on NGinX

NGinX⁠ api-console⁠ for RAML⁠

Docker image based on NGinX⁠ Docker image at gianebao/bitbucket-pipeline-go-mysql⁠

Sample Dockerfile:

FROM gianebao/nginx-api-console

# Add the entire library to the RAML folder
ADD . $AC_MAIN_DIR

# Make sure that the main file should be raml/api.raml
RUN mv raml/my_api.raml $AC_MAIN_FILE

# Mount the raml folder
VOLUME ["$AC_MAIN_DIR"]

Tag summary

Content type

Image

Digest

Size

132.8 MB

Last updated

over 9 years ago

docker pull gianebao/nginx-api-console