mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
When creating development containers currently, `Makefile` doesn't use the GIT_BRANCH variable to tag `docker-dev` image. But in some documentation files for contributing, references remain for image tags with the `git branch` name. This commit simply removes those references. Correct image tag names are important for newcomers, especially for copy-pasteable commands. Related PR: 42652 Signed-off-by: Serhan Tutar <randomnoise@users.noreply.github.com>