[ARVADOS] created: 6498c7751cd0305a28494df45a70965ccc6c3737

Git user git at public.curoverse.com
Wed Mar 22 13:32:10 EDT 2017


        at  6498c7751cd0305a28494df45a70965ccc6c3737 (commit)


commit 6498c7751cd0305a28494df45a70965ccc6c3737
Author: Nico Cesar <nico at curoverse.com>
Date:   Wed Mar 22 13:31:37 2017 -0400

    11305: expanded documentation for docker migration
    
    refs #11305

diff --git a/doc/install/migrate-docker19.html.textile.liquid b/doc/install/migrate-docker19.html.textile.liquid
index 2dca039..6e5e3e8 100644
--- a/doc/install/migrate-docker19.html.textile.liquid
+++ b/doc/install/migrate-docker19.html.textile.liquid
@@ -12,8 +12,9 @@ Requires Docker running on the local host (can be either 1.9 or 1.10+).
 
 Usage:
 
-# Run @arvados/docker/migrate-docker19/build.sh@ to create @arvados/migrate-docker19@ Docker image.
+# Install arvados/migrate-docker19 image: @docker pull arvados/migrate-docker19 at . If you're unable to do this, you can run @arvados/docker/migrate-docker19/build.sh@ to create @arvados/migrate-docker19@ Docker image.
 # Set ARVADOS_API_HOST and ARVADOS_API_TOKEN to the cluster you want to migrate.
+# Your $TMPDIR should have the size of the biggest image in the cluster. You can set up a different dir (i.e. export TMPDIR=/mnt/tmp). Make sure that the user running the docker daemon has permissions to write in that directory
 # Run @arv-migrate-docker19@ from the Arvados Python SDK on the host (not in a container).
 
 This will query Arvados for v1 format Docker images.  For each image that does not already have a corresponding v2 format image (as indicated by a docker_image_migration tag) it will perform the following process:

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list