Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 404 Bytes

File metadata and controls

18 lines (12 loc) · 404 Bytes

Deploying

Getting The Container

See the building documentation for instructions on building the rdapd Docker image.

Running The Container

docker run -p 8080:8080 apnic/rdapd --name rdapd

A custom configuration file may also be supplied:

docker run -v "<absolute_config_file_path>:/app/config/application.yml" -p 8080:8080 apnic/rdapd --name rdapd