Domain Localization Server
274
"domain_id": "{your-domain-id}"
"posemesh_account": "{posemesh-account-email}"
"posemesh_password": "{posemesh-account-password}"
docker run -d --restart=unless-stopped -v {your/domain/config}:/data/domain_config.yaml \
-p 8080:8080 --name dls-server aukilabs/dls:aqr-only \
--domain_config /data/domain_config.yaml
docker run -it --rm -v {your/domain/config}:/data/domain_config.yaml \
-p 8080:8080 --name dls-server aukilabs/dls:aqr-only \
--domain_config /data/domain_config.yaml
docker run -it --rm \
-e "DOMAIN_ID={your-domain-id}" \
-e "POSEMESH_ACCOUNT={posemesh-account-email}" \
-e "POSEMESH_PASSWORD={posemesh-account-password}" \
-p 8080:8080 --name dls-server aukilabs/dls:aqr-only
Content type
Image
Digest
sha256:5e95dae2a…
Size
1.4 GB
Last updated
8 months ago
docker pull aukilabs/dls:aqr-only