mirror of https://github.com/docker/docs.git
fix typo in glossary (#3487)
Signed-off-by: Stefan Pietsch <mail.ipv4v6+gh@gmail.com>
This commit is contained in:
parent
e11009b304
commit
91832da6c8
|
@ -130,7 +130,7 @@ ENTRYPOINT: |
|
|||
```
|
||||
|
||||
In practice, `ENTRYPOINT` is not often overridden. However, specifying the
|
||||
`ENTRYPOINT` can make your images more fiexible and easier to reuse.
|
||||
`ENTRYPOINT` can make your images more flexible and easier to reuse.
|
||||
filesystem: |
|
||||
A file system is the method an operating system uses to name files
|
||||
and assign them locations for efficient storage and retrieval.
|
||||
|
|
Loading…
Reference in New Issue