Appearance
dsdk / config / withContext
withContext(contextName, callback): Promise<void>
contextName
callback
Promise
void
Use the connection credentials from an existing Docker context when running the callback function.
string
() => void | Promise<void>
Promise<void>