Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Unable to stop cloudera quickstart docker

avatar
New Contributor

Hello,

 

I've just installed cloudera quickstart docker image on mac OS X

I have no problem starting it with command

   docker run --hostname=quickstart.cloudera --privileged=true -t -i -p 8888 -p 80 -p 7180 -P [IMAGE] /usr/bin/docker-quickstart

 

I can access to cloudera quickstart homepage.

 

My current problem is that I cannot manage to stop this container with command

   docker stop [container]

 

This command seems to write to the file .docker/machine/machines/big/disk.vmdk, where "big" is the name of docker-machine, but it does not finish.

 

Any idea on what I'm doing wrong ?

 

My current workaround is to stop the whole machine ($ docker-machine stop big)...

Who agreed with this topic