Просмотр исходного кода

Merge pull request #25358 from lixiaobing10051267/masterBe

Remove reduntant word in device-mapper-driver.md
(cherry picked from commit 5c9bcaa9421699eb39df59cf12f9404bd4ebec82)

Signed-off-by: Tibor Vass <tibor@docker.com>
Sebastiaan van Stijn 9 лет назад
Родитель
Сommit
85b9530e26
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/userguide/storagedriver/device-mapper-driver.md

+ 1 - 1
docs/userguide/storagedriver/device-mapper-driver.md

@@ -216,7 +216,7 @@ a `direct-lvm` configuration.
 The procedure below will create a logical volume configured as a thin pool to
 use as backing for the storage pool. It assumes that you have a spare block
 device at `/dev/xvdf` with enough free space to complete the task. The device
-identifier and volume sizes may be be different in your environment and you
+identifier and volume sizes may be different in your environment and you
 should substitute your own values throughout the procedure. The procedure also
 assumes that the Docker daemon is in the `stopped` state.