gordonwatts / func_adl_cache

A small docker container that behaves as a cache to a remote analysis yserver
0 stars 0 forks source link

func_adl_cache

Runs a very simple local cache to a remote func-adl server:

Use

You need the following things:

Invocation:

docker run -e REMOTE_QUERY_URL=<remote>/query -e LOCAL_FILE_URL=file:///<local-cache-dir> -v <local-cachce-dir>:/cache -d --rm --name func-adl-cache -p 30000:8000 gordonwatts/func-adl-cache:v0.0.1