Docker image for network simulator omnetpp with Simu5G support based on x11docker
You can pull the image from dockerhub or clone and built this project locally
docker pull firejox/omnetpp-dockThe following command will start omnetpp automatically. The omnetpp source code will be located in/omnetpp.
x11docker firejox/omnetpp-dockIf you want to start an interactive shell, just run
x11docker -i firejox/omnetpp-dockThe image with tag xpra is the experimental image for open the GUI without relying on x11docker. It use xpra to run seamleass GUI application. It use the network port 9876 to connect by default. Here is an example.
- Server
docker run -p host:port:9876 firejox/omnetpp-dock:xpra- Client
xpra attach tcp://host:portwarning: Do not expose the port on public network, because there is no authentication and encryption.