skip to Main Content

SIGTERM not trapped by AWS ECS docker container

I have the following ECS container definition ContainerDefinitions: - Name: myfluentd Essential: true Image: !Ref DockerImage MountPoints: - SourceVolume: efs-volume ContainerPath: '/fluentd/buffers' ReadOnly: false PortMappings: - ContainerPort: 24224 HostPort: 24224 Protocol: tcp EntryPoint: - "/var/lib/twistlock/defender.sh" - "defender" - "entrypoint" -…

VIEW QUESTION
Back To Top
Search