Skip to content

Tips

Add Maintainer to Dockerfile

Use the LABEL instruction

LABEL maintainer="<your-email@example.com>"

Or with more detail:

LABEL maintainer="Your Name <your-email@example.com>"

Note: The old MAINTAINER instruction is deprecated.