Minimal OpenRefine installation - latest release version
3.6K
Dockerfile for OpenRefine - latest release version (OpenRefine 2.6 beta 1)
(For the latest build from github, see psychemedia/openrefine)
In order to create the virtual machine, you should:
docker run --name openrefine -d -p 3334:3333 psychemedia/docker-openrefinedocker run -d -p 3334:3333 -v /path/to/yourSharedDirectory:/mnt/refine --name openrefine psychemedia/docker-openrefinedocker run -d -p 3334:3333 -v /mnt/refine --name openrefine psychemedia/docker-openrefineThe port number you will be able to find OpenRefine on is given by the first number set in the flag -p NNNN:3333. To access OpenRefine via port 3334, use -p 3334:3333 etc.
OpenRefine will then be available via your browser at the URL http://IPADDRESS:NNNN. To find the required value of IPADDRESS can be found using the command boot2docker ip
The returned IP address (eg 192.168.59.103) is the IP address you can find OpenRefine on, for example: http://192.168.59.103:3334.
Content type
Image
Digest
sha256:abfcdad4a…
Size
212.3 MB
Last updated
over 7 years ago
docker pull psychemedia/docker-openrefine