@putout/plugin-docker
v1.0.1
Published
šPutout plugin helps with Dockerfile
Maintainers
Readme
@putout/plugin-docker 
A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image. This page describes the commands you can use in a Dockerfile.
(c) docker.com
šPutout plugin helps with Dockerfile.
Install
npm i @putout/plugin-docker -DRules
Config
{
"rules": {
"docker/convert-maintainer-to-label": "on"
}
}convert-maintainer-to-label
The
MAINTAINERinstruction, used historically for specifying the author of the Dockerfile, is deprecated. To set author metadata for an image, use theorg.opencontainers.image.authorsOCI label.(c) docker.com
Checkout in šPutout Editor.
-MAINTAINER hello
+LABEL helloLicense
MIT
