Skip to main content
Glama
docker-socket.yaml534 B
# Exposing Docker sockets can lead to compromise of the host systems. # Kubernetes Documentation - Volumes # Docker Documention - Daemon socket option # MITRE, CWE-284 - Improper Access Control --- apiVersion: v1 kind: Pod metadata: name: test spec: containers: - image: k8s.gcr.io/test-webserver name: test-container volumeMounts: - mountPath: /var/run/docker.sock name: test-volume volumes: - name: test-volume hostPath: path: /var/run/docker.sock # Sensitive type: Socket

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michoo/security_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server