Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

DosenbachGreene/dglabdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dosenbach and Greene Lab Docker Image

CircleCI

This repo contains the Dockerfile for building the Common Lab docker image. The goal of this repo is to build a docker image with all the dependencies needed to run any script in the lab.

This docker image is based off of Ubuntu 16.04 (xenial)

Dosenbach and Greene Lab Docker Image
FROM ubuntu:xenial
MAINTAINER Andrew Van <vanandrew@wustl.edu>

Installation

In general, you would probably not want to build this image directly. Instead, you may opt to pull the official image from dockerhub. You can do this with the following command:

docker pull vanandrew/dglabimg:[optional version tag]

Alternatively, you can build this docker image with the following command:

docker build . -t vanandrew/dglabimg:[optional version tag]

Usage

See our wiki.

Releases

No releases published

Packages

No packages published

Languages