when i run datahub docker nuke, then start docker...
# getting-started
s
when i run datahub docker nuke, then start docker-compose up ,i found all my metadata has gone.
s
nuke
command is for deleting all data. Were you trying to simply stop containers?
s
ok
let me try
s
To stop containers you might want to use the docker compose down command.
b
but where's the dockerfile for that?
I would suggest
docker stop $(docker ps -q)