We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b115461 commit af35d2aCopy full SHA for af35d2a
ads/jobs/builders/runtimes/container_runtime.py
@@ -23,7 +23,7 @@ class ContainerRuntime(Runtime):
23
>>> ContainerRuntime()
24
>>> .with_image(
25
>>> "iad.ocir.io/<your_tenancy>/<your_image>",
26
- >>> entrypoint=["/bin/sh", -c],
+ >>> entrypoint=["/bin/sh", "-c"],
27
>>> cmd="sleep 5 && echo Hello World",
28
>>> )
29
>>> .with_environment_variable(MY_ENV="MY_VALUE")
0 commit comments