Docker
This page provides instructions to install MFE Orchestrator Hub using Docker.
You can find the official docker repo on dockerhub
Prerequisites
Before you begin, ensure you have the following prerequisites:
Start container
Follow these steps to start the MFE Orchestrator:
- Start the Docker container by using the below command. You may need to use
sudoif you don't have permission to rundocker:
docker run -p 8080:80 --name mfe-orchestrator-hub lory1990/mfe-orchestrator:latest -d
-
Open
http://localhost:8080and wait for the server to come up. This can take up to 2 minutes. Once the server is up and running, you can access MFE Orchestrator athttp://localhost:8080. -
Once the page loads you can enter your
email,passwordand first project name to start using the Hub
Remember that this configuration is for test purposes only. If you want to run the container in a test / production environment follow the Docker Compose Installation guide.
Container variables
Please refer to the Environment Variables page for a list of available variables.