Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 141 Bytes

File metadata and controls

5 lines (3 loc) · 141 Bytes

docker build -t azuread/rshiny .

docker run --name=rshiny-azuread --user shiny --rm -p 5000:5000 azuread/rshiny

docker rm rshiny-azuread -f