Skip to content

avinson/localhost-dot-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simplified version of jnovack/docker-autossh for use of https://localhost.run/ within docker-based developer environments.

Examples

Run docker-compose up and go to http://localhost:8080/ for a demo of how to use this image with your service.

docker run

#!/bin/bash

docker run --rm -ti \
  -e SSH_HOSTUSER=${USER} \
  -e SSH_TUNNEL_HOST=localhost \
  -e SSH_TUNNEL_LOCAL=80 \
  avinson/localhost-dot-run

About

Simplified image for creating ssh tunnels with https://localhost.run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published