Skip to content

Commit 336c94d

Browse files
committed
clarify how to access help for specific runtimes
1 parent 69b9ab4 commit 336c94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/safe-haven-services/tre-container-user-guide/development-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ ces-run [<runtime>] ghcr.io/<namespace>/<container_name>:<container_tag>
341341
- Use `--arg-file=<file>` to specify a file containing arguments to pass to the container command or entrypoint
342342
- Use `--env-file=<file>` to specify a file containing environment variables which will be set inside the container
343343

344-
Containers that require a GPU can be run by adding the `--gpu` option. See `ces-run --help` for all available options.
344+
Containers that require a GPU can be run by adding the `--gpu` option. See `ces-run [<runtime>] --help` for all available options.
345345

346346
We recommend to test containers without network connection to best mimick their functionality inside the TRE, where the container will not be able to access the internet. With Podman, for example, this can be achieved by passing the option `--network=none` through the `opt-file`.
347347

0 commit comments

Comments
 (0)