Issue using ip retrieved from DHCP server in docker windows container

Hi,

I’ve been working with docker for a couple of months now and am running into an issue regarding the assignment of ip address to the docker container.

We’re using a DHCP server to assign ip addresses. We can see that the container is requesting an ip address from the server but when running ipconfig in the container we see that the ip address differs from what was retrieved.

We’ve set up a docker network using the transparant driver by following

Can anybody shed some light on what’s happening here?

Kind regards,
Stan