fresh2dev / ShinyStudio

A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
https://hub.docker.com/r/dm3ll3n/shinystudio
MIT License
242 stars 40 forks source link

Occupies entire 75gb drive on ubuntu #14

Closed bpcarson closed 5 years ago

bpcarson commented 5 years ago
docker run -d --restart always --name shinyproxy \
    --network shinystudio-net \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -e USERID=$USERID \
    -e USER=$USER \
    -e PASSWORD=password \
    -e CONTENT_PATH="${HOME}/ShinyStudio" \
    -e SITE_NAME=shinystudio \
    -p 8080:8080 \
    dm3ll3n/shinystudio

after running the docker run command above the entire disk space (75gb) is filled, preventing the application from running and results in the following error:

docker: failed to register layer: Error processing tar file(exit status 1): write /usr/local/lib/R/site-library/Rcpp/include/Rcpp/module/Module_generated_CppFunction.h: no space left on device.
See 'docker run --help'.
fresh2dev commented 5 years ago

The image is roughly 2GB in size. I'd recommend having at least 5GB free on your disk.

bpcarson commented 5 years ago

my apologies, this was on a fresh EC2 so I made the assumption it was mostly free, but it was actually nearly full even before the docker command

thanks for the quick reply!

fresh2dev commented 5 years ago

No prob. You had me worried! Haha; cheers.