Docker.github.io: "docker context create" requires exactly 1 argument. when docker context create ecs myecscontext is executed

Created on 20 Dec 2020  路  6Comments  路  Source: docker/docker.github.io

Most helpful comment

Sorted it, you need to install docker compose https://github.com/docker/compose-cli/blob/main/INSTALL.md which has the ecs integration.

All 6 comments

@gtardif PTAL

I'm also getting this error on arch linux. I have docker-compose installed, but it seems there is no ecs integration.

Me too. Ubuntu 20.04.

me too :( Ubuntu 20.04 docker version 19.03.8, build afacb8b7f0

Sorted it, you need to install docker compose https://github.com/docker/compose-cli/blob/main/INSTALL.md which has the ecs integration.

Sorted it, you need to install docker compose https://github.com/docker/compose-cli/blob/main/INSTALL.md which has the ecs integration.

Thank you @NathTech . This worked for me. For anyone reading, please be sure to reload your shell session in order for the changes to take effect.

Was this page helpful?
0 / 5 - 0 ratings