diff --git a/docs/operating/options.md b/docs/operating/options.md index 77d9ed6dd..2e6ca34d2 100644 --- a/docs/operating/options.md +++ b/docs/operating/options.md @@ -36,6 +36,7 @@ docker run -e VAR_NAME=VALUE ... | `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_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