Skip to content

phaus/docker-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Proxy

This project should implement a proxy, that listens to a remote or local docker host.
Everytime, a new container opens a port on that remote host, the local proxy will open that port as well, so that you alway can can access the remote service via a local port (e.g. nginx on http://HOST:2023 will be accessible via http://localhost:2023 as well.).

We are already able to connect to that remote docker host an receiving events.
Next step is to find out, how to detect the newly opened ports.
Then we have to setup new proxy service in demand.

RUN

  • Copy .envrc.examlpe to .envrc and update accordingly.
  • Run the service with

    go run cmd/proxy/main.go

Links

About

Proxy remote docker containers to localhost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages