By default, FMR installs on port 8080. There are a number of reasons why you may want to install FMR on a different port instead, such as to avoid conflicts with other software (e.g. Stat Suite also uses port 8080) or to run multiple versions of FMR at the same time.
The command to install FMR is the following:
docker container create ––name [FMR-name]
––env SERVER_URL=http://localhost:[FMR-port]
––publish [FMR-port]:8080 sdmxio/fmr-mysql:latest
Let’s review two examples.
Select each tab to learn more.
NOTE: Both instances of FMR can be running at the same time.
docker container create --name FMRstaging
--env SERVER_URL=http://localhost:8081
--publish 8081:8080 sdmxio/fmr-mysql:latest
docker container create --name FMRproduction
--env SERVER_URL=http://localhost:8082
--publish 8082:8080 sdmxio/fmr-mysql:latest
NOTE: Only one instance of FMR can be running on the same port at the same time, use Docker Desktop to start/stop the FMR instances according to your needs.
docker container create --name FMRstaging
--env SERVER_URL=http://localhost:8083
--publish 8083:8080 sdmxio/fmr-mysql:latest
docker container create --name FMRproduction
--env SERVER_URL=http://localhost:8083
--publish 8083:8080 sdmxio/fmr-mysql:latest
Can two instances of FMR be installed on the same port at the same time?
Select your answer and then select Submit.
Multiple instances of FMR can be installed on the same port at the same time. Use Docker Desktop to start/stop the FMR instances according to your needs.
The correct answer is option 2.
Multiple instances of FMR can be installed on the same port at the same time. Use Docker Desktop to start/stop the FMR instances according to your needs.
Can two instances of FMR be running on the same port at the same time?
Select your answer and then select Submit.
While multiple instances of FMR may be installed on the same port, only one instance of FMR can be running on the same port at the same time. Use Docker Desktop to start/stop the FMR instances according to your needs.
The correct answer is option 1.
While multiple instances of FMR may be installed on the same port, only one instance of FMR can be running on the same port at the same time. Use Docker Desktop to start/stop the FMR instances according to your needs.
In the final unit you’ll learn how to synchronise content between SDMX registries.
Need help finding something? I am an AI Assistant that’s here to help!
What are you looking for?
By using this AI-powered service (“Service”), you acknowledge and agree to the following:
This Service uses generative AI to assist with statistical analysis and research . While the Service strives to deliver useful information, the output (“Output”) may contain inaccuracies, omissions, or biases. The Output is provided for informational purposes only and should not be considered professional advice. You remain responsible for how you interpret and use the Output.
The BIS makes no warranties regarding the accuracy or completeness of the Output and accepts no liability for any loss or damage resulting from its use.
Do not include or share personal, private, confidential or proprietary information when using the Service.
By using this technology, you agree to the Terms and Conditions.
Ask and get clear explanations about SDMX standards.
Find tools and documentation on website quickly.
Ask about API, software and libraries supporting SDMX.
Locate technical guides, specifications, and FAQs.