Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-29 | Isolation: mounting of procfs by default when using "rootfs". | Tiago Natel de Moura | 1 | -41/+24 | |
2020-08-25 | Isolation: added "automount" option. | Tiago Natel de Moura | 1 | -5/+6 | |
Now it's possible to disable default bind mounts of languages by setting: { "isolation": { "automount": { "language_deps": false } } } In this case, the user is responsible to provide a "rootfs" containing the language libraries and required files for the application. | |||||
2020-08-20 | Isolation: mount tmpfs by default. | Tiago Natel de Moura | 1 | -0/+24 | |
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 1 | -0/+36 | |