mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.21k stars 410 forks source link

The docker container should use a specific config #538

Open glaslos opened 3 years ago

glaslos commented 3 years ago

Currently we run the container with -f forcing to use the testing config. This is rather problematic... Create a new docker.cfg with sane defaults and modify the container to use this configuration. Add documentation on how one can use docker run -v config.cfg:config.cfg to modify the containers configuration of Conpot.

NishantPuri99 commented 3 years ago

Hi, Can I try this one? Could you please provide me a direction for it?

glaslos commented 3 years ago

Can you explain what you have done so far and where you are stuck? Is there something unclear from the ticket?

NishantPuri99 commented 3 years ago

I just started out with this issue. I'm currently trying #523 and #540 . I'll try this out as soon as I've done the other two. Thank you