You can also use the Docker container image already registered in docker.io like so:
% docker pull mosuka/phalanx:latest
See https://hub.docker.com/r/mosuka/phalanx/tags/
You can run a Phalanx node on Docker as follows:
% docker run --rm --name phalanx-node1 \
-p 2000:2000 \
-p 5000:5000 \
-p 8000:8000 \
mosuka/phalanx:latest start \
--host=0.0.0.0 \
--bind-port=2000 \
--grpc-port=5000 \
--http-port=8000 \
--roles=indexer,searcher \
--index-metastore-uri=file:///tmp/phalanx/metadata