I installed boot2docker on my Windows 7 and initialized the virtual machine.
The docker works fine inside the virtual machine, but I canβt access the remote API on port 2375.
When connected to port 2376, I get the following response:
docker@boot2docker :~$ curl http://localhost:2376/containers Β§β₯βΊ β»β»
According to this answer, "Boot2Docker" supports remote access to port 2375 from the host. "
I tried to learn how to configure the remote API, but articles ( 1 , 2 , 3 , 4 ) do not help me much. It would be convenient to see where remote access is configured.
By executing the following command, I get:
docker@boot2docker :~$ ps -a -l | grep docker 1117 root /usr/local/bin/docker -d -D -g /var/lib/docker -H unix:
Accordingly, the page ports 2375 and 2376 for http and https, respectively.
source share