paxtonfitzpatrick / docker-tutorial

Tutorials and template code for running experiments and analyzing data from within Docker containers

Home Page:https://hub.docker.com/repository/docker/paxtonfitzpatrick/tutorial-image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slides and example files for the FINN Lab Docker tutorial. The pre-built analyses image is available on Docker Hub, here.

Note: the files in this repo are designed to be simplified examples. If you're looking for ready-to-use images or template Dockerfiles, check out the CDL-docker-stacks repo (pre-built images are on Docker Hub here)

Installing Docker:

You can install Docker using one of the guides below:

You do not need to create a Docker ID or any accounts for this tutorial.

Cloning this repository:

git clone --recursive https://github.com/paxtonfitzpatrick/docker-tutorial.git

The --recursive flag is needed because the experiment directory is a submodule linked to paxtonfitzpatrick/psiturk-experiment-template. If you cloned this repo without the --recursive flag and your experiment folder is empty, you can fix this by cding into your local repo and pulling the submodule with

git submodule update --init --recursive

About

Tutorials and template code for running experiments and analyzing data from within Docker containers

https://hub.docker.com/repository/docker/paxtonfitzpatrick/tutorial-image

License:MIT License


Languages

Language:CSS 73.4%Language:Jupyter Notebook 14.0%Language:HTML 7.3%Language:Dockerfile 4.3%Language:Python 0.9%