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

DockerId vs. DockerID #1497

Closed
iann0036 opened this issue Aug 2, 2018 · 1 comment
Closed

DockerId vs. DockerID #1497

iann0036 opened this issue Aug 2, 2018 · 1 comment

Comments

@iann0036
Copy link

iann0036 commented Aug 2, 2018

Summary

DockerId and DockerID are used interchangeably depending upon task networking mode of the task

Description

Tasks in host networking mode have their containers produce "DockerID" in the metadata service whereas tasks in awsvpc mode produce "DockerId"

Expected Behavior

The same key for both types of tasks (don't care which one)

Observed Behavior

Different keys

Environment Details

N/A

Supporting Log Snippets

$ curl -s http://localhost:51678/v1/tasks?taskarn=...
{...,"Containers":[{"DockerId":"xxx",}]}

$ curl -s http://localhost:51678/v1/tasks?taskarn=...
{...,"Containers":[{"DockerID":"yyy",...}]}
@iann0036
Copy link
Author

iann0036 commented Aug 2, 2018

Caused by 5970f46 and fixed in 1.19.1

@iann0036 iann0036 closed this as completed Aug 2, 2018
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

1 participant