You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.
Prevent issues from auto-closing with a /lifecycle frozen comment.
Is this a docs issue?
Type of issue
Information is incorrect
Description
Hi,
I've noticed that a hyphen is missing in
--name
:docker run -d --device-cgroup-rule='c 42:* rmw' -name my-container my-image
It should be:
docker run -d --device-cgroup-rule='c 42:* rmw' --name my-container my-image
Location
https://docs.docker.com/engine/reference/commandline/run/#device-cgroup-rule
Suggestion
No response
The text was updated successfully, but these errors were encountered: