Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "added linebreak before .TE (table end)"
This reverts commit 1fc61ec. This change resulted in additional empty rows to be rendered in tables; Before this revert: The operator can identify a container in three ways: ┌──────────────────────┬────────────────────────────────────────────────────────────────────┐ │Identifier type │ Example value │ ├──────────────────────┼────────────────────────────────────────────────────────────────────┤ │UUID long identifier │ "f78375b1c487e03c9438c729345e54db9d20cfa2ac1fc3494b6eb60872e74778" │ ├──────────────────────┼────────────────────────────────────────────────────────────────────┤ │UUID short identifier │ "f78375b1c487" │ ├──────────────────────┼────────────────────────────────────────────────────────────────────┤ │Name │ "evil_ptolemy" │ ├──────────────────────┼────────────────────────────────────────────────────────────────────┤ │ │ │ └──────────────────────┴────────────────────────────────────────────────────────────────────┘ The UUID identifiers come from the Docker daemon, and if a name is not After this revert: The operator can identify a container in three ways: ┌──────────────────────┬────────────────────────────────────────────────────────────────────┐ │Identifier type │ Example value │ ├──────────────────────┼────────────────────────────────────────────────────────────────────┤ │UUID long identifier │ "f78375b1c487e03c9438c729345e54db9d20cfa2ac1fc3494b6eb60872e74778" │ ├──────────────────────┼────────────────────────────────────────────────────────────────────┤ │UUID short identifier │ "f78375b1c487" │ ├──────────────────────┼────────────────────────────────────────────────────────────────────┤ │Name │ "evil_ptolemy" │ └──────────────────────┴────────────────────────────────────────────────────────────────────┘ The UUID identifiers come from the Docker daemon, and if a name is not Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Loading branch information