# Swagger 2.4.12 Generator Installtion ## Installation Steps ```bash # Allow Firewall firewall-cmd --list-all firewall-cmd --zone=public --add-port=81/tcp --permanent firewall-cmd --reload firewall-cmd --list-all # Download and run podman pull docker.io/swaggerapi/swagger-generator:2.4.12 podman run --rm -d -e GENERATOR_HOST=http://quay.misc.internal/api/v1/discovery \ -p 81:8080 \ docker.io/swaggerapi/swagger-generator:2.4.12 # open http://<IP>:81 ``` ## References - [Installation Distribution channels][1] [1]: https://swagger.io/docs/open-source-tools/swagger-ui/usage/installation/