You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to find image 'cs3org/reva:latest' locally
docker: Error response from daemon: manifest for cs3org/reva:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
Docker implicitly downloads the latest tag, when no tag is given. latest does not exist.
Workaround: use instead docker run cs3org/reva:edge version
This now fails with a non-trivial error:
exec /usr/bin/reva: no such file or directory
Is the overview at dockerhub outdated?
The text was updated successfully, but these errors were encountered:
https://hub.docker.com/r/cs3org/reva
has this basic command prominently in the overview:
docker run cs3org/reva version
Running this command produces a trivial error:
Docker implicitly downloads the latest tag, when no tag is given. latest does not exist.
Workaround: use instead
docker run cs3org/reva:edge version
This now fails with a non-trivial error:
exec /usr/bin/reva: no such file or directory
Is the overview at dockerhub outdated?
The text was updated successfully, but these errors were encountered: