docs icon indicating copy to clipboard operation
docs copied to clipboard

`docker container run` does not appear in the sidebar

Open strugee opened this issue 1 year ago • 1 comments

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

strugee avatar Oct 07 '24 00:10 strugee

@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; Image

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;

Image

thaJeztah avatar Oct 14 '24 12:10 thaJeztah

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[bot] avatar Jan 12 '25 01:01 docker-robot[bot]

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[bot] avatar Feb 12 '25 03:02 docker-robot[bot]