Merge pull request #568 from shinebayar-g/fix/centos-docker-install

Fix centos docker installation docs.
This commit is contained in:
Graham Whaley
2019-11-26 10:14:26 +00:00
committed by GitHub
8 changed files with 115 additions and 73 deletions

View File

@@ -37,18 +37,24 @@
2. Docker `daemon.json`
Add the following definitions to `/etc/docker/daemon.json`:
Create docker configuration folder.
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
```
$ sudo mkdir -p /etc/docker
```
Add the following definitions to `/etc/docker/daemon.json`:
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
3. Restart the Docker systemd service with the following commands:

View File

@@ -50,6 +50,12 @@ b. systemd (this is the default and is applied automatically if you select the
c. Docker `daemon.json`
Create docker configuration folder.
```
$ sudo mkdir -p /etc/docker
```
Add the following definitions to `/etc/docker/daemon.json`:
```json

View File

@@ -39,18 +39,24 @@
2. Docker `daemon.json`
Add the following definitions to `/etc/docker/daemon.json`:
Create docker configuration folder.
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
```
$ sudo mkdir -p /etc/docker
```
Add the following definitions to `/etc/docker/daemon.json`:
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
3. Restart the Docker systemd service with the following commands:

View File

@@ -37,18 +37,24 @@
2. Docker `daemon.json`
Add the following definitions to `/etc/docker/daemon.json`:
Create docker configuration folder.
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
```
$ sudo mkdir -p /etc/docker
```
Add the following definitions to `/etc/docker/daemon.json`:
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
3. Restart the Docker systemd service with the following commands:

View File

@@ -38,18 +38,24 @@
2. Docker `daemon.json`
Add the following definitions to `/etc/docker/daemon.json`:
Create docker configuration folder.
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
```
$ sudo mkdir -p /etc/docker
```
Add the following definitions to `/etc/docker/daemon.json`:
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
3. Restart the Docker systemd service with the following commands:

View File

@@ -36,18 +36,24 @@
2. Docker `daemon.json`
Add the following definitions to `/etc/docker/daemon.json`:
Create docker configuration folder.
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
```
$ sudo mkdir -p /etc/docker
```
Add the following definitions to `/etc/docker/daemon.json`:
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
3. Restart the Docker systemd service with the following commands:

View File

@@ -41,18 +41,24 @@
2. Docker `daemon.json`
Add the following definitions to `/etc/docker/daemon.json`:
Create docker configuration folder.
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
```
$ sudo mkdir -p /etc/docker
```
Add the following definitions to `/etc/docker/daemon.json`:
```json
{
"default-runtime": "kata-runtime",
"runtimes": {
"kata-runtime": {
"path": "/usr/bin/kata-runtime"
}
}
}
```
3. Restart the Docker systemd service with the following commands: