Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions for increasing cloud9 disk space #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

goranpaues
Copy link

Both me and my study buddy ran out of disk space on Cloud9 when building the Docker image. Could be that the node build size has increased.

@irkan-hadi
Copy link

I faced same issue, and I think there is an easier way to fix it.

In the docker file, just use node:10-alpine instead of node:10 . alpine size is smaller and the build will succeed.

I created a pull request to the docker file

#7

@dhuang612
Copy link

I also ran into this docker issue when making a new image, I ran the first two commands from this SO to clear out images.

docker system df
docker system prune -a

https://stackoverflow.com/questions/30604846/docker-error-no-space-left-on-device

The first command showed that I had over 3gb of images and the second one removed them. I was then able to make the new image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants