Skip to content

Commit 771970b

Browse files
Merge pull request #259776 from AjayBathini-MSFT/patch-130
(AzureCXP) fixes MicrosoftDocs/azure-docs#117524
2 parents c98b1bf + f38f39d commit 771970b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-docker-container-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ If the container image for a Batch task is configured with an [ENTRYPOINT](https
368368

369369
- To use the default ENTRYPOINT of the container image, set the task command line to the empty string `""`.
370370

371-
- To override the default ENTRYPOINT, add the `--entrypoint` argument for example: `--endpoint "/bin/sh - python"`
371+
- To override the default ENTRYPOINT, add the `--entrypoint` argument for example: `--entrypoint "/bin/sh - python"`
372372

373373
- If the image doesn't have an ENTRYPOINT, set a command line appropriate for the container, for example, `/app/myapp` or `/bin/sh -c python myscript.py`
374374

0 commit comments

Comments
 (0)