3787: Started page, ran into some problems
[arvados.git] / doc / user / topics / arv-docker.html.textile.liquid
1 ---
2 layout: default
3 navsection: userguide
4 title: "Customizing the Crunch runtime environment"
5 ...
6
7 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.
8
9 {% include 'tutorial_expectations' %}
10
11 h1. Docker
12
13 Arvados uses "Docker":https://www.docker.com/ images to provide a runtime environment for Crunch jobs.
14
15 This page will demonstrate how to build the arvados/jobs Docker image, manually install additional software into the image to create a new custom image, and upload that image to Arvados for use by Crunch jobs.
16
17 Arvados images are based on "Debian.":https://debian.org  In order to build
18
19 cd ~/arvados/docker
20 ./build.sh jobs-image