Project

General

Profile

Bug #5539

Updated by Peter Amstutz about 9 years ago

* Along with 

 <pre> 
 ***************************************************************** 
 You can access the Arvados workbench at http://localhost:9899 
 ***************************************************************** 
 </pre> 

 it should print a note about adding the skydock DNS server to your /etc/resolv.conf something like 

 <pre> 
 sudo cat >>/etc/resolv.conf <<'EOF' 
 search dev.arvados 
 nameserver xxx.xxx.xxx.xxx  
 > EOF 
 </pre> <pre> 

 * "arvdock start" should by default re-start existing containers, not delete the existing containers and run new ones. 
 * When starting keep it should mount a real directory, like ~/.arvados_keep/ not a woefully tiny tmpfs. 

Back