Replies: 1 comment
-
|
@devamtech The project is designed around Docker and Docker Compose, and the installation, customization, and lifecycle management all assume a Docker Compose deployment. The official documentation only provides Compose-based installation and customization workflows. :contentReference[oaicite:0]{index=0} If you're simply looking to run T-Pot with Docker, I'd recommend following the documented approach: git clone https://github.com/telekom-security/tpotce
cd tpotce
./install.shor, for platforms like macOS/Windows (Docker Desktop), use one of the provided compose files: cp compose/mac_win.yml ./docker-compose.yml
docker compose up -dT-Pot also includes several predefined Compose configurations ( If your goal is KubernetesFrom what I can tell, there is no official Kubernetes deployment for T-Pot. While it is technically possible to containerize individual honeypots and deploy them to Kubernetes, T-Pot relies on several Docker-specific behaviors, including:
Because of that, there isn't a supported Kubernetes YAML that you can apply directly. Converting the Compose stack with a tool such as Could you clarify what you're trying to deploy?
That will determine the most practical deployment approach. If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
HI
I am trying to set up honey pots in docker and getting errors. Can you please provide any documentation or Please provide Kubernetes yaml file
Many thanks in advance.
Regards
Deva
Beta Was this translation helpful? Give feedback.
All reactions