MAINTAINER command

The MAINTAINER command is used entirely for documentation purposes, and this has the Dockerfile's author name, as well as their email, as shown in the following code:

MAINTAINER  Your Name <your@email.com>