Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.3 KB

omnetpp-dock deploy to docker hub

Docker image for network simulator omnetpp with Simu5G support based on x11docker

Installation

You can pull the image from dockerhub or clone and built this project locally

docker pull firejox/omnetpp-dock

Usage

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

Experimental Images

Without x11docker

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.