Skip to content

akafeng/docker-realm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Realm

A network relay tool.

Container Registry · Project Source


Pull The Image

$ docker pull ghcr.io/akafeng/realm

Start Container

$ docker run -d \
  --network=host \
  --restart=unless-stopped \
  --name=realm \
  ghcr.io/akafeng/realm \
  -l 0.0.0.0:5000 \
  -r 1.1.1.1:443