grim/convey

Fix a few issues in the docker documentation
redux
2021-10-16, Gary Kramlich
6abd7f123bd6
Parents 9d3b752261c4
Children fd65c6d6f2ab
Fix a few issues in the docker documentation
--- a/docker/README.md Sat Oct 16 04:59:06 2021 -0500
+++ b/docker/README.md Sat Oct 16 05:48:41 2021 -0500
@@ -32,7 +32,7 @@
### Example
- clean:
+ build:
type: docker/build
dockerfile: Dockerfile
tag: myimage:latest
@@ -255,7 +255,7 @@
| healthcheck | | | THis is deprecated and no longer support. |
| hostname | | | A custom hostname to set inside the container. |
| image | Yes | | The image include the registry and tag to run. |
-| labels | | | A list of labels to set on the image being built. |
+| labels | | | A list of labels to set on the image being run. |
| script | | | A list of commands to run inside of the container. |
| shell | | | The shell to use with the script attribute above. |
| user | | | The user to run the container as. |