Docker image for RAML API console based on NGinX
1.5K
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"]
Content type
Image
Digest
Size
132.8 MB
Last updated
over 9 years ago
docker pull gianebao/nginx-api-console