Ubuntu LXDE desktop with noVNC browser access and a full network diagnostic toolkit.
145
A browser-accessible Ubuntu 20.04 (Focal) desktop environment pre-loaded with a comprehensive network diagnostic and configuration toolkit. Built for network labs, ContainerLab topologies, and hands-on networking education.
docker run -d
--name nugget-node
-p 6080:80
-v /dev/shm:/dev/shm
netconfignuggets/nugget-node:latest
Access at: http://localhost:6080
| Tool | Purpose |
|---|---|
| ping | ICMP reachability testing |
| traceroute | Path tracing |
| tcpdump | Packet capture |
| tshark | CLI Wireshark |
| nmap | Network scanning |
| iperf3 | Bandwidth testing |
| mtr | Combined ping + traceroute |
| netcat | TCP/UDP connections |
| dig / nslookup | DNS diagnostics |
| ip / ss | Interface and socket inspection |
| ethtool | NIC diagnostics |
| curl / wget | HTTP testing |
| Variable | Default | Description |
|---|---|---|
| USER | admin | Desktop session username |
| PASSWORD | admin | Linux user password |
| RESOLUTION | 1280x720 | Desktop screen resolution |
| TZ | UTC | Container timezone |
topology: nodes: host-01: image: netconfignuggets/nugget-node:latest ports: - "6082:80"
Content type
Image
Digest
sha256:1aa7ecfd3…
Size
687.3 MB
Last updated
4 months ago
docker pull netconfignuggets/nugget-node