riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
203 stars 131 forks source link

Help needed: Docker Documentation needed #296

Closed Enough7 closed 1 year ago

Enough7 commented 1 year ago

Hi,

I got it eventually working after some strugle. Now I am wondering how do I use this container. When I start it I would expect an graphical interface showing up. I guess this might be not possible. So my next expectation would be that the container acts as some sort of building helper. If this is the case how do I start Artery from my host system?

Best regards

I also get on start this error

<!> Network '' not found, check .ini and .ned files
riebl commented 1 year ago

Artery's Docker container does not include any GUI. Neither OMNeT++ nor SUMO are built with their graphical frontends. The idea of having Artery in a container is to run multiple instances with different parameter sets, e.g. running a large parameter study on a cluster.

For a graphical interface, I recommend running Artery natively on your host or via Vagrant on a virtual machine.

Enough7 commented 1 year ago

Ahhh okay I understand. Do you mind if I add your given information to the project? Maybe in the readme or the dockerfile as a comment.