Container with a lot of dummy services for checking reachability
7.3K
Source Code: git.tjdev.de/DrMaxNix/lord-voldeport
Container with a lot of dummy services for checking reachability
Docker Run (not recommended):
$ docker run -d --name "lord-voldeport" -p 222:22 -p 80:80 -p 443:443 drmaxnix/lord-voldeport:1
Docker Compose (recommended):
services:
main:
image: drmaxnix/lord-voldeport:1
restart: unless-stopped
ports:
- 222:22
- 80:80
- 443:443
$ docker compose up -d
| Protocol | Port(s) | Comment |
|---|---|---|
| SSH | 22 | User ssh with empty password |
| HTTP | 80 | |
| HTTPS | 443 | Self signed certificate |
Note
The list of supported services is growing as I need them. Want a new service to be implemented? Open an issue or pull request!
Content type
Image
Digest
sha256:ec3bc507c…
Size
18.5 MB
Last updated
1 day ago
docker pull drmaxnix/lord-voldeport