mirror of https://github.com/docker/cli.git
Merge pull request #3321 from fishmandev/docs_typo_fix
docs: create.md: typo fix
This commit is contained in:
commit
d0eeb4cbfc
|
@ -240,7 +240,7 @@ assigned devices will both be added to the cgroup.allow file and
|
||||||
created into the container once it is run. This poses a problem when
|
created into the container once it is run. This poses a problem when
|
||||||
a new device needs to be added to running container.
|
a new device needs to be added to running container.
|
||||||
|
|
||||||
One of the solution is to add a more permissive rule to a container
|
One of the solutions is to add a more permissive rule to a container
|
||||||
allowing it access to a wider range of devices. For example, supposing
|
allowing it access to a wider range of devices. For example, supposing
|
||||||
our container needs access to a character device with major `42` and
|
our container needs access to a character device with major `42` and
|
||||||
any number of minor number (added as new devices appear), the
|
any number of minor number (added as new devices appear), the
|
||||||
|
|
Loading…
Reference in New Issue