-
-
Notifications
You must be signed in to change notification settings - Fork 485
Open
Description
const docker = new Docker({
headers: {
'x-token': '...',
},
host: '...',
protocol: 'https',
});
I would expect that the headers are added to every request made by Docker.
However, the server does not receive the x-token header. This is all the server sees:
host: ...
upgrade: h2c
content-length: 0
x-docker-expose-session-uuid: 36ed41f2-b35b-4196-8231-61dfb6210337
x-docker-expose-session-name: testcontainers
Metadata
Metadata
Assignees
Labels
No labels