Actions
Bug #5539
closed[Docker] UX improvements
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Docker
Target version:
Story points:
-
Description
- Along with
***************************************************************** You can access the Arvados workbench at http://localhost:9899 *****************************************************************
it should print a note about adding the skydock DNS server to your /etc/resolv.conf something like
sudo cat >>/etc/resolv.conf <<'EOF' search dev.arvados nameserver xxx.xxx.xxx.xxx EOF
- "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.
Actions