mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
folders have changed, use bash instead of ash since ubuntu image used
parent
76aeeaf60e
commit
c1d0aaab4f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### 1. Extract `logstash.conf` from running container:
|
### 1. Extract `logstash.conf` from running container:
|
||||||
```
|
```
|
||||||
docker exec -it logstash ash
|
docker exec -it logstash bash
|
||||||
cd /etc/logstash/
|
cd /etc/logstash/
|
||||||
cp logstash.conf /data/elk/logstash.conf
|
cp logstash.conf /data/elk/logstash.conf
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in a new issue