Skip to main content

Containers

container-domain-name

| container-domain-name(runnable-path String, container-name String) | (full-container-name String)

Expands the container-name to its full form full-container-name (as seen in Docker) based on the runnable path supplied in runnable-path.

container-name

| container-name(container-name String) | (full-container-name String)

Expands the container-name to its full form full-container-name (as seen in Docker) based on the runnable path in which this operation is executed.

exec

| exec(runnable-path String, container-name String, cmd String, ...) | (stdout String)

Executes command cmd in container container-name being a part of runnable-path runnable. The cmd argument can be spreat across any number of argumens.

Rate this page