mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: Update the docs
This commit is contained in:
@@ -225,7 +225,7 @@ export type Effects = {
|
|||||||
input: Input
|
input: Input
|
||||||
}): Promise<unknown>
|
}): Promise<unknown>
|
||||||
|
|
||||||
/** The idea is that we can mount the imageId, and it returns us the location of the mount. */
|
/** The idea is that we want to create a sub image. This would be useful for things like creating a ro mode for sandbox. */
|
||||||
createOverlayedImage(options: { imageId: string }): Promise<string>
|
createOverlayedImage(options: { imageId: string }): Promise<string>
|
||||||
|
|
||||||
/** Removes all network bindings */
|
/** Removes all network bindings */
|
||||||
|
|||||||
Reference in New Issue
Block a user