Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Conversation

@zvictor
Copy link
Contributor

@zvictor zvictor commented Oct 10, 2024

Comment on lines +982 to +1006
/**
* The mount points for the data volumes in your container.
* This parameter maps to Volumes in the creat-container Docker API and the `--volume`
* option to docker run.
*
* Windows containers can mount whole directories on the same drive as `$env:ProgramData`.
* Windows containers cannot mount directories on a different drive, and mount points
* cannot be used across drives. You must specify mount points to attach an Amazon EBS
* volume directly to an Amazon ECS task.
*/
mountPoints?: {
/**
* The name of the volume to mount.
*/
sourceVolume: Input<string>;

/**
* The path in the container where the volume will be mounted.
*/
containerPath: Input<string>;
/**
* If this value is true, the container has read-only access to the volume. If this value is false, then the container can write to the volume. The default value is false.
*/
readOnly?: Input<boolean>;
}[];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I copy this block to top-level ServiceArgs?

@jayair
Copy link
Contributor

jayair commented Oct 11, 2024

I see your other PR as well. Maybe we should reopen your old issue and link these there.

@bjornlll
Copy link

bjornlll commented Oct 15, 2024

Amazing! Any chance this might get merged soon?

@fwang
Copy link
Contributor

fwang commented Oct 18, 2024

Added EFS support in v3.2.36.

@fwang
Copy link
Contributor

fwang commented Oct 18, 2024

We are moving sst/ion -> sst/sst and unfortunately this is going to be a messy process because of github's limitations.

i'm going to close this PR for now and it can be re-opened in the new sst/sst repo that will be ready in the next few days if still relevant

@fwang fwang closed this Oct 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants