sunyinqi0508 / AQuery2

An in-memory column-store time-series database that uses query compilation
Mozilla Public License 2.0
10 stars 7 forks source link

[feature] Push docker image to docker hub #2

Closed wxharry closed 2 years ago

wxharry commented 2 years ago

Is it possible to push to docker image to the dockerhub? Since running in docker is the recommended way of using AQuery, it would be easy if users could pull image from dockerhub instead of building it locally.

sunyinqi0508 commented 2 years ago

Thanks for the suggestion. I just pushed the latest AQuery Docker image to Docker Hub https://hub.docker.com/repository/docker/sunyinqi0508/aquery, however, because this project is still under active development, I would recommend rebuilding the image locally when possible.