Multiple concurrent sessions (mirrord up)
How to use mirrord up
Introduction
Getting started
services:
user-auth-service:
target:
path: deployment/test-app
run:
command: ["python", "-m", "http.server"]
stage-user-dashboard-app:
target:
path: pod/nginx
run:
command: ["node", "app.js"]Configuration
Config file (mirrord-up.yaml)
mirrord-up.yaml)common
commonservices
servicesCLI args
-f, --config-file
-f, --config-file-m, --mode
-m, --mode--key
--keyLast updated
Was this helpful?

