grim/convey

Update docs to use correct user flag.
add-run-user
2017-11-15, Eric Fritz
2484b8821f91
Parents ce6cd16d992a
Children aa538f896864
Update docs to use correct user flag.
  • +1 -1
    REFERENCE.md
  • --- a/REFERENCE.md Wed Nov 15 10:41:07 2017 -0600
    +++ b/REFERENCE.md Wed Nov 15 10:42:37 2017 -0600
    @@ -423,7 +423,7 @@
    | command | | | The command to run in the container. This is only necessary if the image does not provide a command by default. |
    | detach | | false | Will run the container in the background allowing other tasks to run. The container will be cleaned up on exit. If the image has a HEALTHCHECK specified in the Dockerfile, convey will wait until it is healthy before proceeding. |
    | hostname | | | Will set the --network-alias argument in the docker run command. This is generally only useful to connect to service containers. |
    -| username | | | The user to invoke the command or script as. |
    +| user | | | The name of the user to invoke the command or script as. |
    | entrypoint | | | The entrypoint to use for the container. This is only necessary if the image does not provide one by default. |
    | environment | | | A list of environment variables to set. The should be specified in a `NAME` or `NAME=VALUE` format. If no value is provided, the value of the variable from the host will be provided if it is available. |
    | healthcheck | | | See the HealthCheck attributes below. |