Skip to content

Instantly share code, notes, and snippets.

@fauxneticien
Last active June 29, 2019 10:46
Show Gist options
  • Save fauxneticien/5439163d8f2f8be3a9c79c088e357596 to your computer and use it in GitHub Desktop.
Save fauxneticien/5439163d8f2f8be3a9c79c088e357596 to your computer and use it in GitHub Desktop.
Run and configure container for Kaytetye medial vowels analyses
# Get fauxneticien/kaytetye-medial-vowels
git clone https://github.com/fauxneticien/kaytetye-medial-vowels
# Set read/write permissions for all files
chmod 777 -R kaytetye-medial-vowels
# Run rocker/verse container, name it 'kayv-docker', set login password for 'rstudio' user to 'kayv'
sudo docker run -it --rm -d -p 80:8787 -v ~/kaytetye-medial-vowels:/home/rstudio --name kayv-docker rocker/verse
# Run setup.R inside the container
docker exec kayv-docker Rscript /home/rstudio/src/setup.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment