So, as a first we deploy datahub with datahub dock...
# all-things-deployment
f
So, as a first we deploy datahub with datahub docker quickstart. How do we terminate the process? And we should always start using quickstart? Thanks
i
You can run
datahub docker nuke
, optionally with the
--keep-data
so that you can save the state (for future quickstart runs)
f
Oh, thanks