X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=INSTALL_ADML_HTTP.md;h=e3aa9aed7e71fcce9cc93d2cc0eeca88716d8150;hp=e4f9320d2c999f9d544ddc59de6b8f8fd3d856ce;hb=HEAD;hpb=60870aeb874273396e495c5c188ba12a614b5b1b diff --git a/INSTALL_ADML_HTTP.md b/INSTALL_ADML_HTTP.md index e4f9320..e3aa9ae 100644 --- a/INSTALL_ADML_HTTP.md +++ b/INSTALL_ADML_HTTP.md @@ -14,7 +14,9 @@ To build the docker image, execute this script: ## Running docker image -> docker run --rm -d -p 8074:8074 --name anna-adml-http anna-adml-http: +> docker run --rm -d -p 8074:8074 --name anna-adml-http anna-adml-http: [entrypoint arguments: <[ft]|st>] + +Entrypoint arguments are passed to ADML start script (`/opt/adml/start.sh` inside the container), and are mainly preconfigured variants for `ADML` command-line arguments. So, `ft` stands for `function test` (debug traces, traffic logs in real time, etc.) and `st` is `system test` (warning level for traces, no traffic logs dumped, etc.). Service port is **8074**.