opencultureconsulting / openrefine-client

The OpenRefine Python Client from Paul Makepeace provides a library for communicating with an OpenRefine server. This fork extends the command line interface (CLI) and is distributed as a convenient one-file-executable (Windows, Linux, Mac). It is also available via Docker Hub, PyPI and Binder.
GNU General Public License v3.0
83 stars 19 forks source link

Unable to find image 'felixlohmeier/openrefine:3.5.2' locally #24

Open Lance-Owen opened 2 years ago

Lance-Owen commented 2 years ago

[root@analysis ~]# docker run -d -p 3333:3333 --network=openrefine --name=openrefine-server felixlohmeier/openrefine:3.5.2 Unable to find image 'felixlohmeier/openrefine:3.5.2' locally docker: Error response from daemon: manifest for felixlohmeier/openrefine:3.5.2 not found: manifest unknown: manifest unknown. See 'docker run --help'. @felixlohmeier Hello, how can I solve this problem, looking forward to your guidance

felixlohmeier commented 2 years ago

Hi @Lance-Owen,

I have not built the container for OpenRefine 3.5.2 yet. The latest version available is 3.5.0.

docker run -d -p 3333:3333 --network=openrefine --name=openrefine-server felixlohmeier/openrefine:3.5.0