SongGuess
    Preparing search index...
    interface ContainerStartupOptions {
        containerSnapshot?: ContainerSnapshot;
        directorySnapshots?: ContainerDirectorySnapshotRestoreParams[];
        enableInternet: boolean;
        entrypoint?: string[];
        env?: Record<string, string>;
        labels?: Record<string, string>;
    }
    Index

    Properties

    containerSnapshot?: ContainerSnapshot
    enableInternet: boolean
    entrypoint?: string[]
    env?: Record<string, string>
    labels?: Record<string, string>