Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo in docker run command reference #18655

Closed
1 task done
vasilygrz opened this issue Nov 13, 2023 · 3 comments
Closed
1 task done

Small typo in docker run command reference #18655

vasilygrz opened this issue Nov 13, 2023 · 3 comments
Labels

Comments

@vasilygrz
Copy link

Is this a docs issue?

  • My issue is about the documentation content or website

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

@thaJeztah
Copy link
Member

Thanks for reporting! I opened pull-requests to fix that example;

@docker-robot
Copy link

docker-robot bot commented Mar 15, 2024

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.

/lifecycle stale

@docker-robot
Copy link

docker-robot bot commented Apr 28, 2024

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker-robot docker-robot bot locked and limited conversation to collaborators Apr 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants