Merge pull request #110 from jodh-intel/undo-create-container-bash-block

docs: Ensure install doc bash commands are non-interactive
This commit is contained in:
Eric Ernst 2018-05-21 14:27:50 -07:00 committed by GitHub
commit 79dd45a39c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```