Files
docker-docs/desktop/extensions-sdk/dev/api/reference/interfaces/Host.md
Guillaume Tardif efb9ca8caf Extension sdk update (#15687)
* Update extension SDK with new APIs for exec with ENV vars and CWD

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Update extension SDK with new APIs for exec with ENV vars and CWD

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-09-20 09:46:44 +01:00

1.0 KiB

description, keywords, skip_read_time
description keywords skip_read_time
Docker extension API reference Docker, extensions, sdk, API, reference true

Interface: Host

since 0.2.0

Methods

openExternal

openExternal(url): void

Opens an external URL with the system default browser.

since 0.2.0

ddClient.host.openExternal("https://docker.com");

Parameters

Name Type Description
url string The URL the browser will open (must have the protocol http or https).

Returns

void

Properties

platform

platform: string

Returns a string identifying the operating system platform. See https://nodejs.org/api/os.html#osplatform

since 0.2.2


arch

arch: string

Returns the operating system CPU architecture. See https://nodejs.org/api/os.html#osarch

since 0.2.2


hostname

hostname: string

Returns the host name of the operating system. See https://nodejs.org/api/os.html#oshostname

since 0.2.2