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

docker space full #1810

Open
beneslami opened this issue Mar 12, 2024 · 3 comments
Open

docker space full #1810

beneslami opened this issue Mar 12, 2024 · 3 comments

Comments

@beneslami
Copy link

Hi.
Even though I have enough space to host large files, the process of downloading, extracting and pulling docker files ends up with "not enough disk space" error. Note that, run the docker with below command:

sudo dockerd --storage-driver=vfs --iptables=False &

if I don't set the storage driver to vas, it returns error "overlay2".
Is it something related to vfs ?

@dusty-nv
Copy link
Owner

@beneslami no idea about other storage drivers or if it would work with the already built container images - you will either need to mount additional storage and relocate your docker data-root to it (https://github.com/dusty-nv/jetson-containers/blob/master/docs/setup.md#relocating-docker-data-root), or to just build jetson-inference from source and not use container.

@beneslami
Copy link
Author

Hi @dusty-nv
Thanks for the reply. I am specifically working with r32.7.1. The thing is the total size of the container is around 1GB but when it comes to downloading/extracting/pulling, it consumes total storage and stop the process. Is it a typical thing in docker? There is no other way than building the source ?

@dusty-nv
Copy link
Owner

Yea it downloads a compressed tar of the container image first, so it needs that temp space. The other way is to mount more storage.

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

No branches or pull requests

2 participants