AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes the settings of a container that will be launched, or that is launched, to an Amazon Lightsail container service.
Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z
public class Container
The Container type exposes the following members
Name | Description | |
---|---|---|
Container() |
Name | Type | Description | |
---|---|---|---|
Command | System.Collections.Generic.List<System.String> |
Gets and sets the property Command. The launch command for the container. |
|
Environment | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Environment. The environment variables of the container. |
|
Image | System.String |
Gets and sets the property Image. The name of the image used for the container.
Container images sourced from your Lightsail container service, that are registered
and stored on your service, start with a colon (
Container images sourced from a public registry like Docker Hub don't start with a
colon. For example, |
|
Ports | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Ports. The open firewall ports of the container. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5