mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: file system 'size' option documentation (#889)
This commit is contained in:
@@ -36,6 +36,7 @@ docker run -e VAR_NAME=VALUE ...
|
|||||||
| `DOCKER_API_VERSION` | Docker remote API version. | 1.24 |
|
| `DOCKER_API_VERSION` | Docker remote API version. | 1.24 |
|
||||||
| `DOCKER_TLS_VERIFY` | Set this option to enable/disable Docker remote API over TLS/SSL. | 0 |
|
| `DOCKER_TLS_VERIFY` | Set this option to enable/disable Docker remote API over TLS/SSL. | 0 |
|
||||||
| `DOCKER_CERT_PATH` | Set this option to specify where CA cert placeholder. | ~/.docker/cert.pem |
|
| `DOCKER_CERT_PATH` | Set this option to specify where CA cert placeholder. | ~/.docker/cert.pem |
|
||||||
|
| `FN_MAX_FS_SIZE_MB` | Set this option in MB to pass a `size` option to Docker storage driver. This limits the file system size for all containers on the system. See [Docker storage driver options per container](https://docs.docker.com/engine/reference/commandline/run/#set-storage-driver-options-per-container) documentation for details. | None |
|
||||||
|
|
||||||
## Starting without Docker in Docker
|
## Starting without Docker in Docker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user