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

Upgrade to Docker 1.8.x #221

Closed
lox opened this issue Oct 7, 2015 · 3 comments
Closed

Upgrade to Docker 1.8.x #221

lox opened this issue Oct 7, 2015 · 3 comments

Comments

@lox
Copy link

lox commented Oct 7, 2015

It seems like the amazon-ecs-agent is relying on Docker 1.6.2 (although recommends 1.7.1??).

Are there any roadblocks to upgrading to a more recent version?

@samuelkarp
Copy link
Contributor

Hi @lox, where are you seeing a reliance on Docker 1.6.2? The Agent should work well with Docker 1.5.0 through Docker 1.7.1. I'd expect that it will work fine with Docker 1.8.2 as well, but we have not completed testing with that version.

@lox
Copy link
Author

lox commented Oct 7, 2015

ubuntu@ip-172-31-27-102:~$ journalctl -f -u ecs-agent
-- Logs begin at Wed 2015-10-07 03:32:25 UTC. --
Oct 07 03:48:13 ip-172-31-27-102 systemd[1]: Failed to start Amazon ECS Agent.
Oct 07 03:48:13 ip-172-31-27-102 systemd[1]: Unit ecs-agent.service entered failed state.
Oct 07 03:48:13 ip-172-31-27-102 systemd[1]: ecs-agent.service failed.
Oct 07 03:48:23 ip-172-31-27-102 systemd[1]: ecs-agent.service holdoff time over, scheduling restart.
Oct 07 03:48:23 ip-172-31-27-102 systemd[1]: Starting Amazon ECS Agent...
Oct 07 03:48:23 ip-172-31-27-102 systemd-docker[1644]: 2015/10/07 03:48:23 API error (400): client is too old, minimum supported API version is 1.12, please upgrade your client to a newer version
Oct 07 03:48:23 ip-172-31-27-102 systemd[1]: ecs-agent.service: main process exited, code=exited, status=1/FAILURE

ubuntu@ip-172-31-27-102:~$ docker --version
Docker version 1.8.2, build 0a8c2e3

In terms of the dependency, I was just talking about the fact that the docker 1.6.2 libraries are linked against. Trying running it from source now.

@lox
Copy link
Author

lox commented Oct 7, 2015

Ugh, apologies, this is a systemd-docker issue. ibuildthecloud/systemd-docker#33

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