Merge pull request #552 from jodh-intel/show-docker-config-default

docs: Emphasise default docker config
This commit is contained in:
Salvador Fuentes 2019-09-09 08:19:11 -05:00 committed by GitHub
commit 85846f5acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 14 deletions

View File

@ -21,9 +21,10 @@
For more information on installing Docker please refer to the
[Docker Guide](https://docs.docker.com/engine/installation/linux/centos).
2. Configure Docker to use Kata Containers by default with one of the following methods:
2. Configure Docker to use Kata Containers by default with **ONE** of the following methods:
1. systemd
1. systemd (this is the default and is applied automatically if you select the
[automatic installation](https://github.com/kata-containers/documentation/tree/master/install#automatic-installation) option)
```bash
$ sudo mkdir -p /etc/systemd/system/docker.service.d/

View File

@ -25,7 +25,7 @@
For more information on installing Docker please refer to the
[Docker Guide](https://docs.docker.com/engine/installation/linux/debian).
2. Configure Docker to use Kata Containers by default with ONE of the following methods:
2. Configure Docker to use Kata Containers by default with **ONE** of the following methods:
a. `sysVinit`
@ -36,7 +36,8 @@ a. `sysVinit`
DOCKER_OPTS=\"-D --add-runtime kata-runtime=/usr/bin/kata-runtime --default-runtime=kata-runtime\"' >> /etc/default/docker"
```
b. systemd
b. systemd (this is the default and is applied automatically if you select the
[automatic installation](https://github.com/kata-containers/documentation/tree/master/install#automatic-installation) option)
```bash
$ sudo mkdir -p /etc/systemd/system/docker.service.d/

View File

@ -23,9 +23,10 @@
For more information on installing Docker please refer to the
[Docker Guide](https://docs.docker.com/engine/installation/linux/fedora).
2. Configure Docker to use Kata Containers by default with one of the following methods:
2. Configure Docker to use Kata Containers by default with **ONE** of the following methods:
1. systemd
1. systemd (this is the default and is applied automatically if you select the
[automatic installation](https://github.com/kata-containers/documentation/tree/master/install#automatic-installation) option)
```bash
$ sudo mkdir -p /etc/systemd/system/docker.service.d/

View File

@ -20,9 +20,10 @@
For more information on installing Docker please refer to the
[Docker Guide](https://software.opensuse.org/package/docker).
2. Configure the Docker daemon to use Kata Containers by default, with one of the following methods:
2. Configure Docker to use Kata Containers by default with **ONE** of the following methods:
1. Specify the runtime options in `/etc/sysconfig/docker`:
1. Specify the runtime options in `/etc/sysconfig/docker` (this is the default and is applied automatically if you select the
[automatic installation](https://github.com/kata-containers/documentation/tree/master/install#automatic-installation) option)
```bash
$ DOCKER_SYSCONFIG=/etc/sysconfig/docker

View File

@ -22,9 +22,10 @@
For more information on installing Docker please refer to the
[Docker Guide](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/getting_started_with_containers/#getting_docker_in_rhel_7).
2. Configure Docker to use Kata Containers by default with one of the following methods:
2. Configure Docker to use Kata Containers by default with **ONE** of the following methods:
1. systemd
1. systemd (this is the default and is applied automatically if you select the
[automatic installation](https://github.com/kata-containers/documentation/tree/master/install#automatic-installation) option)
```bash
$ sudo mkdir -p /etc/systemd/system/docker.service.d/

View File

@ -20,9 +20,10 @@
For more information on installing Docker please refer to the
[Docker Guide](https://www.suse.com/documentation/sles-12/singlehtml/book_sles_docker/book_sles_docker.html).
2. Configure Docker to use Kata Containers by default with one of the following methods:
2. Configure Docker to use Kata Containers by default with **ONE** of the following methods:
1. systemd
1. systemd (this is the default and is applied automatically if you select the
[automatic installation](https://github.com/kata-containers/documentation/tree/master/install#automatic-installation) option)
```bash
$ sudo mkdir -p /etc/systemd/system/docker.service.d/

View File

@ -25,9 +25,10 @@
For more information on installing Docker please refer to the
[Docker Guide](https://docs.docker.com/engine/installation/linux/ubuntu).
2. Configure Docker to use Kata Containers by default with one of the following methods:
2. Configure Docker to use Kata Containers by default with **ONE** of the following methods:
1. systemd
1. systemd (this is the default and is applied automatically if you select the
[automatic installation](https://github.com/kata-containers/documentation/tree/master/install#automatic-installation) option)
```bash
$ sudo mkdir -p /etc/systemd/system/docker.service.d/