You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other Docker libraries (e.g. in Node) we can specify a disk quota. In the Python version, I was unable to find this option.
We should try to find out how we can access the disk quota option in this project so that users can specify a workdir without being concerned that the code that they're executing will fill up all available space.
The text was updated successfully, but these errors were encountered:
There is a problem with it that requires more exploration. If the filesystem isn't mounted with the correct options it aborts the entire operation (Error included when trying to spin up a docker daemon). There will probably have to be a design decision made because we won't know if the current filesystem is mounted with the right params until after we try to start a run.
docker.errors.APIError: 500 Server Error: Internal Server Error ("--storage-opt is supported only for overlay over xfs with 'pquota' mount option")
In other Docker libraries (e.g. in Node) we can specify a disk quota. In the Python version, I was unable to find this option.
We should try to find out how we can access the disk quota option in this project so that users can specify a workdir without being concerned that the code that they're executing will fill up all available space.
The text was updated successfully, but these errors were encountered: