I ran the following command
docker build --build-arg WHEN=2023-02-07 -t my_file_name .
and it ran without any errors ending with
=> => naming to docker.io/library/my_file 0.0s
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
but when I ran the command:
docker container ls
It does not show up as a container. Why would this occur?
So - I am trying to get around proxy issues but essentially installing required packages in a docker/sif then trying to use that to run an R markdown that uses those files. However, for some reason while I found a way to build the .sif file I cannot get it to work in R markdown so I can do R.