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

Incorrect docs related to container naming rule #8835

Closed
bernardwiesner opened this issue Oct 27, 2021 · 4 comments
Closed

Incorrect docs related to container naming rule #8835

bernardwiesner opened this issue Oct 27, 2021 · 4 comments
Labels

Comments

@bernardwiesner
Copy link

The docs (https://docs.docker.com/get-started/08_using_compose/#see-the-app-stack-in-docker-dashboard) refer to the container naming rule as:

<project-name>_<service-name>_<replica-number>

However due to naming change in v2 here: #8655, the docs are incorrect now, it should be:

<project-name>-<service-name>-<replica-number>

@mat007
Copy link
Member

mat007 commented Oct 27, 2021

Good catch thanks!
It looks we’ll have to redo the screenshots as well (FIY @usha-mandya).
I’ll make an internal note about this.

@ndeloof
Copy link
Contributor

ndeloof commented Oct 27, 2021

AFAIK we wait for compose v2 to be "G.A." before the whole documentation is updated to cover V2 as reference, and only contains some V1 docs for legacy.

@stale
Copy link

stale bot commented Apr 27, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 27, 2022
@stale
Copy link

stale bot commented Jun 12, 2022

This issue has been automatically closed because it had not recent activity during the stale period.

@stale stale bot closed this as completed Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants