dockument
dockument copied to clipboard
DOCKument is a tool to auto-generate documentation for your Dockerfiles & Docker Images the way you would an API.
Currently Dockument supports annotations for Dockerfiles, however, the scope of Dockument entails Kubernetes and Docker, therefore, it should be able to support YAML annotations for Kubernetes Objects. Example of a...
Currently metadata tests ENV parameters is passed as a simple string which is splitter into multiple args. However, in some cases the string split token ":" is used as part...
Currently, there are no checks for empty values when creating the Dockument markdown for images and docker files, as a result, empty keys are still printed or documented, for example:...