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
We bumped into this when someone new joined the team, and this setting inside Docker was enabled for new installations but not for everyone else:
When doing heroku container:push -a APP web we see this error, and the only way around it we've discovered is turning off this rather obscure setting in Docker. It took quite a while to track this cause down.
The text was updated successfully, but these errors were encountered:
Thanks, I've been able to reproduce this. We'll look into changes to handle this scenario. We should at least provide explicit documentation that we don't support containerd.
We bumped into this when someone new joined the team, and this setting inside Docker was enabled for new installations but not for everyone else:
When doing
heroku container:push -a APP web
we see this error, and the only way around it we've discovered is turning off this rather obscure setting in Docker. It took quite a while to track this cause down.The text was updated successfully, but these errors were encountered: