Docker container for the Global Names Parser's services
Prebuilt container image can be found on dockerhub
To build container by hand (from root dir)
docker build --rm -t gnames/gnparser:0.4.4 .
To install/update container
docker pull gnames/gnparser
To run socket server
docker run -d -p 0.0.0.0:4334:4334 --name gnparser gnames/gnparser socket
To run web server
docker run -d -p 0.0.0.0:80:4334 --name gnparser gnames/gnparser web
Content type
Image
Digest
sha256:344903ce1…
Size
250.3 MB
Last updated
over 7 years ago
docker pull gnames/gnparser