scalingexcellence / scrapybook

Scrapy Book Code

Home Page:http://scrapybook.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

polar9527 opened this issue · comments

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

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)

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