Docker Uninstalled but still in ipconfig

I have installed Docker in the past, like 1 year ago. To try it, use and test some stuff.
Recently, I uninstalled it, cause I no longer use or need it.
Today I saw some left overs when I did an ipconfig displaydns…
Is this from Docker or is this from something else as I have no idea what it might be.

gateway.docker.internal
----------------------------------------
Record Name . . . . . : gateway.docker.internal
Record Type . . . . . : 1
Time To Live . . . . : 185663
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : ***************

***************.in-addr.arpa
----------------------------------------
Record Name . . . . . : **************.in-addr.arpa.
Record Type . . . . . : 12
Time To Live . . . . : 185663
Data Length . . . . . : 8
Section . . . . . . . : Answer
PTR Record . . . . . : host.docker.internal

Record Name . . . . . : ***************.in-addr.arpa.
Record Type . . . . . : 12
Time To Live  . . . . : 185663
Data Length . . . . . : 8
Section . . . . . . . : Answer
PTR Record  . . . . . : gateway.docker.internal


kubernetes.docker.internal
----------------------------------------
No records of type AAAA


kubernetes.docker.internal
----------------------------------------
Record Name . . . . . : kubernetes.docker.internal
Record Type . . . . . : 1
Time To Live  . . . . : 185663
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 127.0.0.1


host.docker.internal
----------------------------------------
No records of type AAAA


host.docker.internal
----------------------------------------
Record Name . . . . . : host.docker.internal
Record Type . . . . . : 1
Time To Live  . . . . : 185663
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : ****************

I think I found the link for this information that ipconfig displaydns gives me…

I found, inside the hosts file:

Added by Docker Desktop

192.168.1.16 host.docker.internal
192.168.1.16 gateway.docker.internal

To allow the same kube context to work on the host and the container:

127.0.0.1 kubernetes.docker.internal