X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4dd318184615c0ff83501dfa7935daea5511bb17..a1d09f06f75f3f003fe6cee8351a101d357461c5:/doc/user/topics/arv-docker.html.textile.liquid diff --git a/doc/user/topics/arv-docker.html.textile.liquid b/doc/user/topics/arv-docker.html.textile.liquid index bbae7ec124..1a78025b25 100644 --- a/doc/user/topics/arv-docker.html.textile.liquid +++ b/doc/user/topics/arv-docker.html.textile.liquid @@ -3,8 +3,13 @@ layout: default navsection: userguide title: "Customizing Crunch environment using Docker" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -This page describes how to customize the runtime environment (e.g. the programs, libraries, and other dependencies needed to run a job) that a crunch script will be run in using "Docker.":https://www.docker.com/ Docker is a tool for building and running containers that isolate applications from other applications running on the same node. For detailed information about Docker, see the "Docker User Guide.":https://docs.docker.com/userguide/ +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + +This page describes how to customize the runtime environment (e.g., the programs, libraries, and other dependencies needed to run a job) that a crunch script will be run in using "Docker.":https://www.docker.com/ Docker is a tool for building and running containers that isolate applications from other applications running on the same node. For detailed information about Docker, see the "Docker User Guide.":https://docs.docker.com/userguide/ This page will demonstrate how to: