Skip to content

g-h-97/alpinegns3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

alpinegns3

This is a Dockerfile that allows you to build a Alpine Linux docker image that contians the most basic tools required when used in conjunction with GNS3 such as :

  • bash
  • ssh
  • telnet
  • dhclient

New tools will be added as needed.

Installation

If you want to build the image from the Dockerfile your self follow the steps on the (Optional) sections, otherways head over to the Add to GNS3 section.

Clone and build (Optional)

Clone this git repository and cd to it, then build the image

git clone https://gitlab.com/xradiation/alpinegns3 && cd alpinegns3

docker build -t "alpinegns3:latest" .

Test the image localy (Optional)

After a successful build run the image as interactive container

docker run --rm -it alpinegns3

Add to GNS3

Since the image is available as a public docker hub image, follow these steps to automatically download and install the image.

  • Edit -> Preferences -> Docker containers -> New
  • Select New image and fill the text box with alpinegns3:latest
  • This will add the image to the End Devices tab (Monitor Icon)
  • Dragging the image to the work space will start downloading the image from docker hub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published