mirror of https://github.com/docker/docs.git
Merge pull request #11021 from IMMORTALxJO/patch-1
Fixed typo in tmpfs example index.md
This commit is contained in:
commit
991da00bf7
|
@ -1898,10 +1898,10 @@ Mount a temporary file system inside the container. Size parameter specifies the
|
||||||
of the tmpfs mount in bytes. Unlimited by default.
|
of the tmpfs mount in bytes. Unlimited by default.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- type: tmpfs
|
- type: tmpfs
|
||||||
target: /app
|
target: /app
|
||||||
tmpfs:
|
tmpfs:
|
||||||
size: 1000
|
size: 1000
|
||||||
```
|
```
|
||||||
|
|
||||||
### ulimits
|
### ulimits
|
||||||
|
|
Loading…
Reference in New Issue