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 processor adds ability to parse Dockerfile to json and back.
npm i @putout/processor-docker
{
"processors": ["docker"]
}MIT