Cloud API Overview > @adpt/cloud > Environment
Environment type
A set of environment variables for a Container.
Signature:
export declare type Environment = EnvPair[] | EnvSimple;
Remarks
See the Docker API Reference for more information.
Cloud API Overview > @adpt/cloud > Environment
A set of environment variables for a Container.
Signature:
export declare type Environment = EnvPair[] | EnvSimple;
See the Docker API Reference for more information.