Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot detect a docker environment when running under latest AWS ECS Fargate #9

Closed
mweberxyz opened this issue Mar 31, 2021 · 2 comments

Comments

@mweberxyz
Copy link

When launching an ECS Fargate task with the most recent platform version, is-docker returns false.

See attached task configuration and output.

Task Configuration:
image

Output:
image

@sindresorhus
Copy link
Owner

Can you try this potential fix? 344a292

npm install 'sindresorhus/is-docker#344a2928b0cb2cb346549d0d125ee5a1dd9a0171'

@mweberxyz
Copy link
Author

Yes, looks like that branch correctly detects the ECS docker environment!

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants