Skip to content

Single image deployment

A self-contained Fusion Metadata Registry image is available complete with a MySQL database suitable for testing, personal use and light production work loads.

1. Install Docker Desktop, start Docker

Execute the following commands using the Windows Command App, Windows PowerShell, Linux terminal or Mac terminal.

2. Pull the latest Fusion Metadata Registry image and start a container

docker run --name fmr -p 8080:8080 sdmxio/fmr-mysql:latest

Navigate to http://localhost:8080

  • The container will take between one and two minutes to start

  • There is a single Root User Account:

Username: root  
Password: password
  • Log in to administer the system, and create, load and maintain SDMX structures.

3. When finished - stop the container

docker stop fmr

More on Docker Hub.