Bug #5606
closedtrying docker installation again
Description
Installed via the docker installation on Sun 29 March 2015 on an Ubuntu 14.04.2 laptop with docker 1.5. The logs don't show anything wrong, all docker containers seem to be starting correctly:
Oh... fiddlesticks.
An error occurred when Workbench sent a request to the Arvados API server. Try reloading this page. If the problem is temporary, your request might go through next time. If that doesn't work, the information below can help system administrators track down the problem.
API request URL
https://172.17.0.14/arvados/v1/collections
API response
{
":errors":[
"Unparseable response from API server"
]
}
[...]
shell
Starting container:
/usr/bin/docker run -d -i -t --dns=172.17.42.1 --dns-search=dev.arvados --hostname shell --name shell --link api_server:api arvados/shell
Started container: a26c90ae4ede8edcb39b2fa36c54cee2d6a495912dc103991fd7356c4a224ce2
workbench_server
Starting container:
/usr/bin/docker run -d -i -t -p 9899:80 --dns=172.17.42.1 --dns-search=dev.arvados --hostname workbench_server --name workbench_server --link api_server:api arvados/workbench
Started container: 28f687958949e27438383c795887b9150abba937f75ccda0ae2260635bbb103a
You can access the Arvados workbench at http://localhost:9899