Provide an offical Ratel docker image

With the recent Dgraph 21.03 release Ratel is no longer packaged with the Dgraph docker images. While the same functionality can be accessed via play.dgraph.io, some user prefer hosting Ratel own their own hardware and network. To fill this gap users have begun to package and publish Ratel images on their own.
I think Dgraph should provide up-to-date official Ratel Docker images via Docker Hub.

This way users don’t have to package Ratel by themself or have to trust packages provided by the community.

3 Likes

I’ve already raised a PR that adds the docker file for ratel

If you are in a rush you can start using

docker run -p 8000:8000 fenos/ratel-ui

till they decide to have the official one

Regards

2 Likes

@joaquin has published the Ratel image Docker Hub

2 Likes