Sign inSign up

drmaxnix/lord-voldeport

By drmaxnix

Updated 1 day ago

Container with a lot of dummy services for checking reachability

Image
Developer tools
0

7.3K

drmaxnix/lord-voldeport repository overview

Source Code: git.tjdev.de/DrMaxNix/lord-voldeport

Lord Voldeport

Container with a lot of dummy services for checking reachability

Lord Voldeport

Setup Instructions

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

Services

ProtocolPort(s)Comment
SSH22User ssh with empty password
HTTP80
HTTPS443Self 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!

Tag summary

Content type

Image

Digest

sha256:ec3bc507c

Size

18.5 MB

Last updated

1 day ago

docker pull drmaxnix/lord-voldeport