https://github.com/frzifus/docker-packet-tracer
Packet tracer in a container
https://github.com/frzifus/docker-packet-tracer
container docker packettracer
Last synced: about 1 year ago
JSON representation
Packet tracer in a container
- Host: GitHub
- URL: https://github.com/frzifus/docker-packet-tracer
- Owner: frzifus
- License: unlicense
- Created: 2018-06-22T00:05:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T21:00:47.000Z (over 6 years ago)
- Last Synced: 2025-05-08T22:43:24.957Z (about 1 year ago)
- Topics: container, docker, packettracer
- Language: Dockerfile
- Homepage: https://git.klimlive.de/frzifus/docker-pt
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packet tracer in a container
### Description
-------
docker-pt is a container for cisco's packet tracer program. Packet tracer is automatically installed in a container and can be conveniently used from there.
Prerequisite is an XServer, which is provided to the container as a volume. Furthermore a current installation of docker.
### Build
**1. Get the repository**
#### https
```https
git clone https://github.com:frzifus/docker-pt.git
```
**2. Navigate to the repo**
```bash
make build # creates a docker image (packettracer)
make run # starts packettracer
make shell # opens a shell in the container
make clean # removes packettracer image
```
### Troubleshooting
If you receive an error like
```
QXcbConnection: Could not connect to display
```
your docker daemon isn't authorized to use your local XServer session. Fix:
```
xhost +local:docker
```
### TODO
-------
- Build a flatpak