Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 325 Bytes

dockerfiles

Scripts to build docker images that can be used for different types of reasearch.

ROOT

To get root working in docker running the command below will add root-docker to your bash functions.

cp docker_fuctions $HOME/.docker_fuctions && echo "source ${HOME}/.docker_fuctions" >> $HOME/.bashrc