Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
/ cpt72-docker Public archive

Cisco Packet Tracer 7.2 via Docker inspired by somatorio/docker-packet-tracer

License

Notifications You must be signed in to change notification settings

KaiLemke/cpt72-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpt72-docker

Cisco Packet Tracer 7.2 via Docker inspired by somatorio/docker-packet-tracer

Disclaimer

You need to have an active account at https://netacad.com.

Building

  1. Clone this repository.
  2. Change the user and group settings to your need by editing the Dockerfile.
  3. cd to this repository.
  4. Download the Linux Desktop Version 7.2 from netacad and save it as pt.tar.gz.
  5. docker build .

1st Usage

mkdir ~/.cpt72
mkdir ~/.cptFirefox

xhost +local:

docker run -it \
  -v /tmp/.X11-unix/:/tmp/.X11-unix \
  -v /dev/shm:/dev/shm \
  -v ~/.cpt72:/home/pt/pt \
  -v ~/.cptFirefox:/home/pt/.mozilla/firefox \
  -e DISPLAY=unix$DISPLAY \
  CONTAINER_NAME

About

Cisco Packet Tracer 7.2 via Docker inspired by somatorio/docker-packet-tracer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published