From 09bfa41da5ffaa14c268a4a867278422c98bfcb7 Mon Sep 17 00:00:00 2001 From: Tolga Ceylan Date: Mon, 26 Mar 2018 21:30:39 -0700 Subject: [PATCH] fn: file system 'size' option documentation (#889) --- docs/operating/options.md | 1 + 1 file changed, 1 insertion(+) 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