From 7a4dfc4a33402dca67e01bd1f3eb57ec72e32364 Mon Sep 17 00:00:00 2001 From: Darren Stahl Date: Wed, 8 Jun 2016 12:41:48 -0700 Subject: [PATCH] Windows: Added support for storage-opt size Signed-off-by: Darren Stahl --- docs/reference/commandline/create.md | 2 +- docs/reference/commandline/run.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/create.md b/docs/reference/commandline/create.md index 3b550c0464..55454e7a72 100644 --- a/docs/reference/commandline/create.md +++ b/docs/reference/commandline/create.md @@ -170,7 +170,7 @@ Set storage driver options per container. This (size) will allow to set the container rootfs size to 120G at creation time. User cannot pass a size less than the Default BaseFS Size. This option is only -available for the `devicemapper`, `btrfs`, and `zfs` graph drivers. +available for the `devicemapper`, `btrfs`, `windowsfilter`, and `zfs` graph drivers. ### Specify isolation technology for container (--isolation) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 449e09e3e1..0284df96af 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -198,7 +198,7 @@ The `-w` lets the command being executed inside directory given, here This (size) will allow to set the container rootfs size to 120G at creation time. User cannot pass a size less than the Default BaseFS Size. This option is only -available for the `devicemapper`, `btrfs`, and `zfs` graph drivers. +available for the `devicemapper`, `btrfs`, `windowsfilter`, and `zfs` graph drivers. ### Mount tmpfs (--tmpfs)