You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm not sure this is the right place, but I'm trying to run a pre-made docker image. There is a well known permissions issue with it as described in the documentation.
In the logs I see I'm getting this error, but I can't figure out how to chown directory / volume using CDK. I'm also using cdk-ecs-service-extensions, because I want to use AssignPublicIpExtension extension.
Hi. I'm not sure this is the right place, but I'm trying to run a pre-made docker image. There is a well known permissions issue with it as described in the documentation.
In the logs I see I'm getting this error, but I can't figure out how to
chown
directory / volume using CDK. I'm also usingcdk-ecs-service-extensions
, because I want to useAssignPublicIpExtension
extension.My code:
Any ideas?
The text was updated successfully, but these errors were encountered: