data-8/user-containers

Name: user-containers

Owner: Data Science 8

Description: User and hub docker images for UC Berkeley's DSEP

Created: 2017-04-11 23:25:57.0

Updated: 2017-09-12 18:28:57.0

Pushed: 2017-08-18 23:07:26.0

Homepage: null

Size: 439

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Docker images for UC Berkeley's DSEP

This repository contains the dockerfiles for singleuser images.

Getting Started

Clone this repository.

clone https://github.com/data-8/user-containers

Run the build script to generate Docker images.

ild.bash [ -r REGISTRY ] [ base | {user_type} ]

The -r option can be a docker container registry, e.g. gcr.io/YOUR_ORG. The singleuser server builds utilize a shared base image specified by base/Dockerfile. Various other singleuser server images are built from this specified by {user_type}/Dockerfile. For example to build the singleuser image for the course Stat 28, you would run ./build.bash base at least once, then ./build.bash stat28.

Each docker image is tagged with the git commit hash corresponding with the last git revision of the build files.

File / Folder structure

The subdirectories contain the Dockerfiles and scripts for the images used for this deployment.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.