1.4 Style

In PDF form, command code and software output will appear with a ligh colored background.

Command code will be highlighted within the text: example in all document formats.

In the HTML version of this document commands within a bash terminal will appear with a light green background and can easily be copied as usual by mouse highlighting, or by using the “copy to clipboard” icon on the right hand side. Example:

# This is an example of  bash command
echo HTML version have an icon on the right hand side to copy commands
HTML version have an icon on the right hand side to copy commands

Output in HTML will typically be printed with a gray background as shown above.

Command invoking the docker software will be shown with a light blue background. Example:

# Command invoking docker software
docker run -it --rm ... etc.