Cisco Packet Tracer 7.2 via Docker inspired by somatorio/docker-packet-tracer
You need to have an active account at https://netacad.com.
- Clone this repository.
- Change the user and group settings to your need by editing the Dockerfile.
- cd to this repository.
- Download the Linux Desktop Version 7.2 from netacad and save it as pt.tar.gz.
docker build .
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