Skip to content

gcasella/gns3-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gns3-docker

Release Information

Official Releases

  • v1.5.1 -- Official Alpha release for GNS3 Server v1.5.1
  • Added Docker-in-Docker.
  • Added SSH Daemon to the container for easy transferring of larger IOU/QEMU images.
  • Root Credentials: root/gns3
  • Reduced total size of Container by ~500MB.

This docker container will host the most up to date version of GNS3 (1.5.1) along with the following;

  • iou
  • qemu
  • vpcs
  • dynamips

This container is in an Alpha phase, this should only be used for testing purposes for the time being. How To Run

To run this docker instance several types of commands can be used to run the docker image. The iterations of the commands below are only used if you wish to use it that way.

To run the docker image as a standard image using your default docker0 bridge interface use the command; docker run --privileged --cap-add SYS_ADMIN -itd -v /lib/modules:/lib/modules gcasella/gns3-docker:v1.5.1 start

If you want to use your own user defined network with a static IP Address you can use the following command; docker run --privileged --cap-add SYS_ADMIN --net= --ip= -itd -v /lib/modules:/lib/modules gcasella/gns3-docker:v1.5.1 start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages