Lynx configuration files for Computer Chess Championship (CCC) even if Lynx hasn't participated in CCC yet 😄
Building and running Lynx:
docker run --rm -it $(docker build -q -f lynx.Dockerfile .)Building and running Lynx, extracting its logs to lynx-logs dir:
docker run --rm -it -v ${PWD}/lynx-logs:/lynx/artifacts/Lynx/logs $(docker build -q -f lynx.Dockerfile .)Inspecting container:
docker run --rm -it --entrypoint bash $(docker build -q -f lynx.Dockerfile .)