fn: file system 'size' option documentation (#889)

This commit is contained in:
Tolga Ceylan
2018-03-26 21:30:39 -07:00
committed by GitHub
parent ae191628f2
commit 09bfa41da5

View File

@@ -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