cynix / container-unifi-ssh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

podman run --rm \
  --net host \
  --volume /mnt/data/ssh/id_rsa:/root/.ssh/id_rsa:ro \
  --volume /var/run/ssh_proxy_port:/var/run/ssh_proxy_port:ro \
  ghcr.io/cynix/unifi-ssh ...

About


Languages

Language:Shell 57.3%Language:Dockerfile 42.7%