Passa al contenuto principale

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:

  1. Start the Docker container by using the below command. You may need to use sudo if you don't have permission to run docker:
docker run -p 8080:80 --name mfe-orchestrator-hub lory1990/mfe-orchestrator:latest -d
  1. Open http://localhost:8080 and 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 at http://localhost:8080.

  2. Once the page loads you can enter your email, password and 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.