scalingexcellence / scrapybook

Scrapy Book Code
http://scrapybook.com/
480 stars 208 forks source link

Could you tell me the root name and password of the docker-provider ? #24

Closed polar9527 closed 7 years ago

polar9527 commented 7 years ago

Could you tell me the root name and password of the docker-provider ?

lookfwd commented 7 years ago

Hello @polar9527. Could you try to see if those two commands give you ssh to docker-provider? No password should be necessary.

alias provider_id="vagrant global-status --prune | grep 'docker-
provider' | awk '{print \$1}'"
vagrant ssh $(provider_id)
polar9527 commented 7 years ago

I has already solved my problem by the vedio on http://scrapybook.com . Thanks anyway!