Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5524fc3

Browse files
committed
docs: Clarified docker install note
Improved wording in docker installation Note based on review feedback. Signed-off-by: James O. D. Hunt <[email protected]>
1 parent ceae7b4 commit 5524fc3

6 files changed

+6
-6
lines changed

install/docker/centos-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> - This step is only required if Docker is not installed on the system.
1313
> - Newer versions of Docker have
1414
> [removed devicemapper support](https://github.com/kata-containers/documentation/issues/373)
15-
> so the commands below install the latest version which includes
15+
> so the following commands install the latest version, which includes
1616
> devicemapper support.
1717
> - To remove the lock on the docker package to allow it to be updated:
1818
> ```sh

install/docker/debian-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
> - This step is only required if Docker is not installed on the system.
1414
> - Newer versions of Docker have
1515
> [removed devicemapper support](https://github.com/kata-containers/documentation/issues/373)
16-
> so the commands below install the latest version which includes
16+
> so the following commands install the latest version, which includes
1717
> devicemapper support.
1818
> - To remove the lock on the docker package to allow it to be updated:
1919
> ```sh

install/docker/fedora-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> - This step is only required if Docker is not installed on the system.
1313
> - Newer versions of Docker have
1414
> [removed devicemapper support](https://github.com/kata-containers/documentation/issues/373)
15-
> so the commands below install the latest version which includes
15+
> so the following commands install the latest version, which includes
1616
> devicemapper support.
1717
> - To remove the lock on the docker package to allow it to be updated:
1818
> ```sh

install/docker/opensuse-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> - This step is only required if Docker is not installed on the system.
1313
> - Newer versions of Docker have
1414
> [removed devicemapper support](https://github.com/kata-containers/documentation/issues/373)
15-
> so the commands below install the latest version which includes
15+
> so the following commands install the latest version, which includes
1616
> devicemapper support.
1717
> - To remove the lock on the docker package to allow it to be updated:
1818
> ```sh

install/docker/sles-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> - This step is only required if Docker is not installed on the system.
1313
> - Newer versions of Docker have
1414
> [removed devicemapper support](https://github.com/kata-containers/documentation/issues/373)
15-
> so the commands below install the latest version which includes
15+
> so the following commands install the latest version, which includes
1616
> devicemapper support.
1717
> - To remove the lock on the docker package to allow it to be updated:
1818
> ```sh

install/docker/ubuntu-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> - This step is only required if Docker is not installed on the system.
1313
> - Newer versions of Docker have
1414
> [removed devicemapper support](https://github.com/kata-containers/documentation/issues/373)
15-
> so the commands below install the latest version which includes
15+
> so the following commands install the latest version, which includes
1616
> devicemapper support.
1717
> - To remove the lock on the docker package to allow it to be updated:
1818
> ```sh

0 commit comments

Comments
 (0)