docker-proxy

module
v0.0.0-...-4175517 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2024 License: MIT

README

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

Directories

Path Synopsis
cmd
proxy command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL