docs: Ensure install doc bash commands are non-interactive

Remove the `bash` tag from the last command in the install guides where
we show the user how to create a container with a busybox shell. This
doesn't change the content of the document but it ensures that all bash
blocks can be run non-interactively (by the `kata-doc-to-script.sh`
script in the tests repo).

Fixes #109.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-05-21 16:13:02 +01:00
parent a01957472e
commit 6e83bdbd75
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@ $ sudo systemctl restart docker
You are now ready to run Kata Containers:
```bash
```
$ sudo docker run -ti busybox sh
```

View File

@ -52,6 +52,6 @@ $ sudo systemctl restart docker
You are now ready to run Kata Containers:
```bash
```
$ sudo docker run -ti busybox sh
```