class Aws::Rails::Middleware::ElasticBeanstalkSQSD
def in_docker_container_with_cgroup2?
def in_docker_container_with_cgroup2? File.exist?('/proc/self/mountinfo') && File.read('/proc/self/mountinfo') =~ %r{/docker/containers/} end
def in_docker_container_with_cgroup2? File.exist?('/proc/self/mountinfo') && File.read('/proc/self/mountinfo') =~ %r{/docker/containers/} end