зеркало из https://github.com/mozilla/fxa.git
11 строки
344 B
Bash
Executable File
11 строки
344 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
echo -e "Starting cirrus experimenter."
|
|
|
|
docker run --rm --name cirrus \
|
|
--net fxa \
|
|
--mount type=bind,source=$(pwd)/_scripts/configs/cirrus.env.sample,target=/cirrus/.env \
|
|
--mount type=bind,source=$(pwd)/_scripts/configs/cirrus.fml.yml,target=/cirrus/feature_manifest/fml.yml \
|
|
-p 8001:8001 \
|
|
mozilla/cirrus:latest
|