Skip to content

paxtonfitzpatrick/docker-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors