2376

TCP

Docker-TLS

Docker REST API (encrypted)

🔒 Security: SecureStatus: Active📦 Category: Container

📋 Basic Information

Port Number
2376
Protocol
TCP
Service
Docker-TLS
Popularity
🔥 High
Description
Docker daemon API with TLS encryption for secure remote container management
Tags
dockercontainerapitlssecurity

🔒 Security Information

🔒

Security Notes

TLS certificate required, API authentication mandatory, be cautious of external exposure

🛠️ Installation

🐳Docker

dockerd --tlsverify --tlscacert=ca.pem --tlscert=server-cert.pem --tlskey=server-key.pem -H=0.0.0.0:2376

🔗 Related Ports