Skip to content

Commit f38f39d

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#117524
Changes made in line no 366 From endpoint "/bin/sh - python" To entrypoint "/bin/sh - python
1 parent e49b492 commit f38f39d

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
@@ -363,7 +363,7 @@ If the container image for a Batch task is configured with an [ENTRYPOINT](https
363363

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

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

368368
- 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`
369369

0 commit comments

Comments
 (0)