X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/60501a83ead2f3c71144d3af842e714cb3f91000..8b95d2e5cb658d61d68262df278653261bd9791c:/doc/install/pre-built-docker.html.textile.liquid diff --git a/doc/install/pre-built-docker.html.textile.liquid b/doc/install/pre-built-docker.html.textile.liquid index fb87195e3e..57b4d40cdc 100644 --- a/doc/install/pre-built-docker.html.textile.liquid +++ b/doc/install/pre-built-docker.html.textile.liquid @@ -5,13 +5,23 @@ title: Install pre-built docker images ... {% include 'notebox_begin' %} -This method is easy, but is not yet suitable for production use. It is still in development: some features do not work yet. +This method is easy, but is not suitable for production use. It is still in development: some features do not work yet. * Websockets service is not enabled. This means Workbench auto-refresh and web upload (and some other features) do not work. * The node manager is not enabled. Two worker containers are brought up at startup. * The automatic network configuration allows you to log in to Workbench from a browser _running on the same host as docker_. Connecting from other hosts will require additional configuration (not covered here). {% include 'notebox_end' %} -First, make sure that @curl@ and @docker@ are installed on your system, and that you are in the docker group (see "Installing Docker":https://docs.docker.com/installation/). +This installation method is appropriate for testing and evaluation on one computer. *For production use, this installation method is not recommended*. + +h2. Prerequisites + +# A GNU/Linux (virtual) machine +# A working Docker installation (see "Installing Docker":https://docs.docker.com/installation/) +# curl + +h2. Verify prerequisites + +Make sure that @curl@ and @docker@ are installed on your system, and that you are in the docker group (see "Installing Docker":https://docs.docker.com/installation/).
~$ which curl
 /usr/bin/curl
@@ -21,7 +31,7 @@ Docker version 1.2.0-dev, build dc243c8
 yourusername sudo fuse docker
 
-Download and install Arvados. +h2. Download and install Arvados.
~$ \curl -sSL get.arvados.org | bash