`docker container run` does not appear in the sidebar
Is this a docs issue?
- [X] My issue is about the documentation content or website
Type of issue
There's a problem with the website
Description
The reference for docker container run does not appear under Reference > CLI Reference > docker > docker container.
You can confirm this by visiting https://docs.docker.com/reference/cli/docker/container/run/; notice that nothing in the sidebar is highlighted in gray, but if you click into another page under docker container, that page is highlighted.
Location
https://docs.docker.com/reference/cli/docker/container/run/
Suggestion
No response
@dvdksn PTAL this is something I noticed as well. Previously, we included at least the "common" short-hand commands at the top level;
docker --help
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Common Commands:
run Create and run a new container from an image
exec Execute a command in a running container
ps List containers
build Build an image from a Dockerfile
pull Download an image from a registry
push Upload an image to a registry
images List images
login Authenticate to a registry
logout Log out from a registry
search Search Docker Hub for images
version Show the Docker version information
info Display system-wide information
...
It looks like we're no longer doing that;
Which could be "ok", but for some commands we shorthand alias for the navigation, which now means that docker run is shown, and (probably sorted alphabetically) appearing all the way at the bottom;
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
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