mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +00:00
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:
parent
a01957472e
commit
6e83bdbd75
@ -48,6 +48,6 @@ $ sudo systemctl restart docker
|
||||
|
||||
You are now ready to run Kata Containers:
|
||||
|
||||
```bash
|
||||
```
|
||||
$ sudo docker run -ti busybox sh
|
||||
```
|
||||
|
@ -52,6 +52,6 @@ $ sudo systemctl restart docker
|
||||
|
||||
You are now ready to run Kata Containers:
|
||||
|
||||
```bash
|
||||
```
|
||||
$ sudo docker run -ti busybox sh
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user