docs icon indicating copy to clipboard operation
docs copied to clipboard

Small error in documentation

Open JL-Tests opened this issue 2 weeks ago • 0 comments

Is this a docs issue?

  • [x] My issue is about the documentation content or website

Type of issue

Information is incorrect

Description

Hi,

in this documentation/blog page: https://www.docker.com/blog/understanding-the-docker-user-instruction/

in the "Default Docker image" section, there is a block of code, the last line of code "Custom User Docker Image" should be removed.

I think that the next desired title has been inserted in code by error.

There are also several parasitic "&&" at display (instead of &&).

Greetings.

Location

https://www.docker.com/blog/understanding-the-docker-user-instruction/

Suggestion

the last line of code "Custom User Docker Image" should be removed. and replace all html encodes:

  • "&" by a "&" character
  • "&lt;" by a "<" character

in all blocks of code.

JL-Tests avatar Dec 15 '25 09:12 JL-Tests