StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

fix mongodb docker commands #343

Closed jiang-wei closed 7 years ago

jiang-wei commented 8 years ago

give it a second chance to create docker containers of mongo when failed to create them when pulling the mongo image.

And on my box, the docker command to create mongo looks like following # docker create -v /data --name mongodata mongo /bin/true Error response from daemon: image ID '' is invalid

I have to append the tag to the image, like

# docker create -v /data --name mm mongo:2.4.14 /bin/true 5f4da945e589df5e0fffb2b20a9406c74544fe82293f8febcdd828a4e8fddcbf

It is fixed in the pull request.

LindsayHill commented 7 years ago

Closing, st2workroom deprecated in favour of st2vagrant/st2-docker