Describes the process for deploying rdap-ingressd as a Docker container.
The Docker container for rdap-ingressd can be obtained from Docker Hub by running:
docker pull apnic/rdap-ingressd
or by building from source. See the building documentation for instructions on building the rdap-ingressd Docker image.
The Docker container can be run standalone or by supplying a config file.
docker run -p 8080:8080 apnic/rdap-ingressd --name rdap-ingressd
To supply a custom configuration file:
docker run -v "<absolute_config_file_path>:/app/config/application-rdap.yml" -p 8080:8080 apnic/rdap-ingressd --name rdap-ingressd