Getting Started (Docker)

The easiest way to get started with the Apicurio Registry is by using Docker to quickly start up an in-memory server (non-persistent, so don't use this for production!).

Pull the image

  1. Pull the apicurio-registry-mem docker image from docker hub.
docker pull apicurio/apicurio-registry-mem:2.4.3.Final

Run the image

Apicurio Registry supports a number of different persistent storages, but the quickest way to get started evaluating it is to use the non-persistent in-memory version (because it has no external dependencies). Each storage variant has its own docker image. For more options see our documentation.

  1. Run the apicurio-registry-mem docker image
docker run -it -p 8080:8080 apicurio/apicurio-registry-mem:2.4.3.Final