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-dock
The following command will start omnetpp
automatically. The omnetpp source code will be located in/omnetpp
.
x11docker firejox/omnetpp-dock
If you want to start an interactive shell, just run
x11docker -i firejox/omnetpp-dock
The 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:port
warning: Do not expose the port on public network, because there is no authentication and encryption.