mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
manifest volume types
This commit is contained in:
@@ -62,7 +62,7 @@ export interface SDKManifest {
|
|||||||
/** Defines the containers needed to run the main and mounted volumes */
|
/** Defines the containers needed to run the main and mounted volumes */
|
||||||
containers: Record<string, Container>
|
containers: Record<string, Container>
|
||||||
/** This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked */
|
/** This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked */
|
||||||
volumes: Record<string, string>
|
volumes: Record<string, "data" | "assets">
|
||||||
actions: Array<ActionMetaData>
|
actions: Array<ActionMetaData>
|
||||||
alerts: {
|
alerts: {
|
||||||
install: string | null
|
install: string | null
|
||||||
|
|||||||
Reference in New Issue
Block a user