How do I stop all the datahub docker containers? (...
# getting-started
o
How do I stop all the datahub docker containers? (I started them using datahub docker quickstart)
o
Ok. But wouldn't that stop any other docker containers as well? I was hoping there'd be a way to stop only the datahub ones.
b
In that case, I would suggest u git clone the repo, cd to docker folder, then use docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml down
thank you 1