"
See Server options for complete list of startup options
/api/
and use basic HTTP authorization:
https://www.dalineage.com/api/current/...
mkdir data
chmod a+rw data
docker load -i image.tar
docker run --rm --interactive --tty --volume $PWD/data:/opt/dalineage/data --publish 81:8080 --name frontend dalineage/frontend:latest
curl http://localhost:81/version.txt
See Server options for complete list of startup options
-DLOG_FORMAT=json
- set log format to JSON-DLOG_FORMAT=text
- default - set log format to plain textlogback.xml
and place it into classpathWhen starting docker with docker run
command
--memory=10000m
or --memory=10g
for 10GB-e JAVA_TOOL_OPTIONS='-Xss16m -Xms3G -Xmx8G'
(adjust settings with respect to available RAM and size of batches)See also Server options for complete list of startup options See also Upgrading docker image for details about upgrading