Bläddra i källkod

Fix typo in docs

s/BlkioDeviceWiiteIOps/BlkioDeviceWriteIOps/g

Signed-off-by: David Xia <dxia@spotify.com>
David Xia 8 år sedan
förälder
incheckning
f394b1d776
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      docs/api/v1.22.md
  2. 1 1
      docs/api/v1.23.md
  3. 1 1
      docs/api/v1.24.md

+ 1 - 1
docs/api/v1.22.md

@@ -388,7 +388,7 @@ Create a container
         `"BlkioDeviceWriteBps": [{"Path": "/dev/sda", "Rate": "1024"}]"`
     -   **BlkioDeviceReadIOps** - Limit read rate (IO per second) from a device in the form of:	`"BlkioDeviceReadIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
         `"BlkioDeviceReadIOps": [{"Path": "/dev/sda", "Rate": "1000"}]`
-    -   **BlkioDeviceWiiteIOps** - Limit write rate (IO per second) to a device in the form of:	`"BlkioDeviceWriteIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
+    -   **BlkioDeviceWriteIOps** - Limit write rate (IO per second) to a device in the form of:	`"BlkioDeviceWriteIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
         `"BlkioDeviceWriteIOps": [{"Path": "/dev/sda", "Rate": "1000"}]`
     -   **MemorySwappiness** - Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.
     -   **OomKillDisable** - Boolean value, whether to disable OOM Killer for the container or not.

+ 1 - 1
docs/api/v1.23.md

@@ -413,7 +413,7 @@ Create a container
         `"BlkioDeviceWriteBps": [{"Path": "/dev/sda", "Rate": "1024"}]"`
     -   **BlkioDeviceReadIOps** - Limit read rate (IO per second) from a device in the form of:	`"BlkioDeviceReadIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
         `"BlkioDeviceReadIOps": [{"Path": "/dev/sda", "Rate": "1000"}]`
-    -   **BlkioDeviceWiiteIOps** - Limit write rate (IO per second) to a device in the form of:	`"BlkioDeviceWriteIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
+    -   **BlkioDeviceWriteIOps** - Limit write rate (IO per second) to a device in the form of:	`"BlkioDeviceWriteIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
         `"BlkioDeviceWriteIOps": [{"Path": "/dev/sda", "Rate": "1000"}]`
     -   **MemorySwappiness** - Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.
     -   **OomKillDisable** - Boolean value, whether to disable OOM Killer for the container or not.

+ 1 - 1
docs/api/v1.24.md

@@ -431,7 +431,7 @@ Create a container
         `"BlkioDeviceWriteBps": [{"Path": "/dev/sda", "Rate": "1024"}]"`
     -   **BlkioDeviceReadIOps** - Limit read rate (IO per second) from a device in the form of:	`"BlkioDeviceReadIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
         `"BlkioDeviceReadIOps": [{"Path": "/dev/sda", "Rate": "1000"}]`
-    -   **BlkioDeviceWiiteIOps** - Limit write rate (IO per second) to a device in the form of:	`"BlkioDeviceWriteIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
+    -   **BlkioDeviceWriteIOps** - Limit write rate (IO per second) to a device in the form of:	`"BlkioDeviceWriteIOps": [{"Path": "device_path", "Rate": rate}]`, for example:
         `"BlkioDeviceWriteIOps": [{"Path": "/dev/sda", "Rate": "1000"}]`
     -   **MemorySwappiness** - Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.
     -   **OomKillDisable** - Boolean value, whether to disable OOM Killer for the container or not.