gns3-registry/docker/ostinato-wireshark/README.rst
2023-01-24 14:37:28 +08:00

18 lines
518 B
ReStructuredText

Docker Ostinato Wireshark for GNS3
----------------------------------
This is a Dockerbuild file to create a an Alpine based container with the following installed:
Alpine Linux, Xterm, Wireshark and Ostinato
To set up remote X frame buffer display resolution open Dockerfile and edit `ENV RESOLUTION 1920x1080x24`
Thanks to Jan Kuri for the Docker container which this is based on (jkuri/alpine-xfce4)
Building the container
#######################
.. code:: bash
docker build -t gns3/ostinato-wireshark .