Search Docs
# Pull the Dream.MF orchestration image docker pull @dream.mf/ros:latest # Create a docker-compose.yml file version: '3.8' services: orchestrator: image: @dream.mf/ros:latest ports: - "5000:5000" environment: - NODE_ENV=production
docker-compose up -d
docker ps | grep ros
http://localhost:5000
After setting up your Docker instance, proceed to Creating Users to set up your first admin account.