fix: converted single to triple backticks5 (#36232)

This commit is contained in:
Randell Dawson
2019-06-20 14:14:23 -07:00
committed by Tom
parent 63a0fa745b
commit fce8901c56
75 changed files with 1299 additions and 1139 deletions

View File

@@ -4,12 +4,14 @@ localeTitle: إنشاء حاوية جديدة
---
إنشاء حاوية باستخدام Docker CLI
`docker create [OPTIONS] IMAGE [COMMAND] [ARG...]
`
```yaml
docker create [OPTIONS] IMAGE [COMMAND] [ARG...]
```
# أمثلة
إنشاء وبدء حاوية
`$ docker create -t -i fedora bash
`
```sh
$ docker create -t -i fedora bash
```