Update README.md

This commit is contained in:
Domenico Del Giudice 2025-03-02 13:11:05 +01:00 committed by GitHub
parent 6e00d18508
commit ac5bd21da9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -253,11 +253,19 @@ tpotinit | chmod: /data/nginx/cert: Permission denied
```sh
chmod -R 770 data
```
**Note:** You may also encounter the following errors during T-Pot initialization:
```
tpotinit | chmod: /data/adbhoney/downloads.tgz: No such file or directory
tpotinit | chmod: /data/cowrie/log/ttylogs.tgz: No such file or directory
tpotinit | chmod: /data/cowrie/downloads.tgz: No such file or directory
```
These errors are not critical and T-Pot should still function correctly.
---
<a name="management-tips"></a>
### 2.2 Management Tips 🛟
1. **Kibana **: Kibana does not start immediately as it needs to establish a connection with Elasticsearch. Generally, the containers that take the longest to start are Kibana, Dionaea and Conpot. To monitor the status of the containers, you can run:
1. **Kibana**: Kibana does not start immediately as it needs to establish a connection with Elasticsearch. Generally, the containers that take the longest to start are Kibana, Dionaea and Conpot. To monitor the status of the containers, you can run:
```sh
docker ps -a
```