hi, is there a way to easily do a command that lau...
# all-things-deployment
m
hi, is there a way to easily do a command that launches a datahub with a particular version? At the moment datahub docker quickstart will download and the latest images. I would like to be able to fix the deployment version, without having to handle the docker-compose files (and tag each image everytime I want to change or update)? thanks! Pablo M.
plus1 1
d
Hi Pablo, you can set --version flag! You can run
datahub docker quickstart --help
to see the description of the flags.
m
Thank you Hyejin!