Cloud API Overview > @adpt/cloud > Container > defaultProps
Container.defaultProps property
Signature:
static defaultProps: {
autoRemove: boolean;
ports: never[];
stdinOpen: boolean;
tty: boolean;
portBindings: {};
environment: {};
links: {};
imagePullPolicy: string;
};