Simplify example for 02-containerized-docker-engine
#42
Labels
question
Further information is requested
02-containerized-docker-engine
#42
Hoi @openanalytics !
Thanks for this great tool.
I was skimming through the documentation for
02-containerized-docker-engine
and I am wondering if the example could be simplified or not.I tend to use directly your
openanalytics/shinyproxy
image and mount theapplication.yml
as a volume in thedocker run
orcompose
command as such:docker run \ -v /var/run/docker.sock:/var/run/docker.sock:ro \ -v ./application.yml:/opt/shinyproxy/application.yml \ --group-add $(getent group docker | cut -d: -f3) \ --net sp-example-net \ -p 8080:8080 \ openanalytics/shinyproxy:3.1.0
Any reason not to implement this as the example ?
Is it only for didactic reasons or am I missing nothing ?
The text was updated successfully, but these errors were encountered: