docs
docs copied to clipboard
Small error in documentation
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
- "<" by a "<" character
in all blocks of code.