Cloud API Overview > @adpt/cloud > Command
Command type
A command to be used when creating a Container.
Signature:
export declare type Command = string | string[];
Remarks
See the Docker API Reference for more information.
Cloud API Overview > @adpt/cloud > Command
A command to be used when creating a Container.
Signature:
export declare type Command = string | string[];
See the Docker API Reference for more information.