Tutorial 5
Create a repository and clone it down
Create a bash script that lists (using a bash command) the files of your current working directory, the root of the repo. Name it
list.sh
Create a dockerfile that uses the
rocker/rstudio
container, using version4.2.2
.Copy the list.sh into the container
Run the script in the container
Document how to run the container and run the script in the container. We must follow the steps until we are able to run and see the output. Put your steps in the
README.md
fileFor Tuesday: Create a github action that also runs this bash script