mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
Images or containers can now have an associated man-like help page to help users understand more about the image. Typical information included are things like a longer description, if the image needs to be installed, security implications, steps to upgrade, etc. The default behavior is for atomic to display a file called help.1 (in man format) located in the / of the docker object. This default can be overriden with the HELP LABEL. The HELP LABEL needs to be a fully qualified command to work correctly.
2 lines
20 B
Bash
2 lines
20 B
Bash
echo "Testing help"
|