Download and install Dock
1. Download and install Docker: https://store.docker.com
2. Run Docker
Pull and install
docker pull swaggerapi/swagger-ui
docker pull swaggerapi/swagger-editor
Run the image from DockerHub
docker run -p 80:8080 swaggerapi/swagger-ui
docker run -p 80:8080 swaggerapi/swagger-editor
Then check http://localhost
Stop runing
Run command :docker ps , to check the container id
Then run command: docker stop containterID
No comments:
Post a Comment