Getting Started (Docker)
The easiest way to get started with Apicurito is by using Docker to quickly start up an instance, then point your browser to it.
Pull the image
- Pull the apicurito-ui docker image from docker hub.
docker pull apicurio/apicurito-ui:1.2.4
Run the image
- Run the
apicurito-ui
docker image
docker run -it -p 8080:8080 apicurio/apicurito-ui:1.2.4
Open Apicurito in your browser
- Open your browser to http://localhost:8080