Skip to content

henriquepedrosa/docker-swagger-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-swagger-ui

swagger-ui

Start

docker run -d --name swagguer-ui -p 8888:8888 sjeandeaux/docker-swagger-ui

#override API URL
docker run -d --name swagger-ui -p 8888:8888 -e "API_URL=YOUR_URL" sjeandeaux/docker-swagger-ui

Build

make build

This command builds Dockerfile. The FROM is official node.

Run

make run
make open

These commands run swagger-ui container and open your web browser.

About

Docker within swagger-ui

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%