Description
The documentation references the Docker image grate-devs/grate, but this image does not exist on Docker Hub. Users following the docs will get a "not found" error.
Steps to Reproduce
docker pull grate-devs/grate:latest
Result:
Error response from daemon: pull access denied for grate-devs/grate, repository does not exist or may require 'docker login'
Workaround
The image is still published under the old namespace:
docker pull erikbra/grate:latest # This works
Expected Behavior
Publish the image under a namespace matching the new org (note: Docker Hub doesn't support hyphens in namespace names per docker/hub-feedback#373).