Skip to content

This is a Docker container which provides CoreEmu GUI and Server and makes it available over VNC

Notifications You must be signed in to change notification settings

stuartmarsden/dockerCoreEmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CoreEmu Docker

This container is for CoreEmu.

The image is based on the official Ubuntu 14.04 image.

This image will run the Core-GUI and the server. This will be available through VNC on exposed port 5900

Usage

Run the image to use it:

docker run -d --cap-add=NET_ADMIN --cap-add=SYS_ADMIN -p 5900:5900 stuartmarsden/dockercoreemu

It must be run with SYS_ADMIN or it cannot create namespaces within the container which is needed for Core. It requires NET_ADMIN to make the internal networks. You can then use a VNC client and connect on localhost:5900

Most useful tools are included like:

  • Wireshark
  • Mgen
  • iperf
  • Openssh server

Known issues:

  • Tcpdump does not seem to work within docker. Wireshark does though

About

This is a Docker container which provides CoreEmu GUI and Server and makes it available over VNC

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages