Quick documentation for keys in Dockerfiles and docker-compose.yaml files

Learn about what the keys mean, find out how to use them, or what values they accept

How to use:

As with any regular programming language supported by the IDE, place the cursor on a key in a Dockerfile or a docker-compose.yaml then invoke the Quick Documentation feature via F1 (macOS) / Ctrl+Q (Windows/Linux) and learn more about the desired key.


Related Resources

Improve Code Readability and Navigation
Discover how to manage code visibility with code folding in Go
Create a function in another package
Type a non-existing function name and generate its implementation in a package of your choice
Empower your `Printf`-like functions with coding assistance
Provide hints and highlights for message formats in custom `Printf`-like functions