I am trying to understand the actual reason for mounting docker.sock
in docker-compose.yml
file. Is it for auto-discovery?
volumes:
- /var/run/docker.sock:/var/run/docker.sock
I am trying to understand the actual reason for mounting docker.sock
in docker-compose.yml
file. Is it for auto-discovery?
volumes:
- /var/run/docker.sock:/var/run/docker.sock