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

Is it possible to mount a container using tmpfs? #264

Open
WinstonN opened this issue May 10, 2020 · 1 comment
Open

Is it possible to mount a container using tmpfs? #264

WinstonN opened this issue May 10, 2020 · 1 comment
Labels

Comments

@WinstonN
Copy link

I was wondering if we could take advantage of the 3GB max memory of lambda, by using https://docs.docker.com/storage/tmpfs/

Do you think it could be possible?

@jorge-lip
Copy link
Collaborator

The default execution mode of udocker Pn and also Fn cannot mount filesystems. They only perform pathname translation and thus can only access files and directories that are already available in the host.
Inside lambda you also cannot mount filesystems.
The only thing that you can do is perhaps use the /dev/shm of the host, if available should be visible inside udocker.

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

No branches or pull requests

2 participants