Clean up links
This commit is contained in:
parent
df0362c124
commit
c25701c34f
@ -1,6 +1,6 @@
|
||||
# Dockamole
|
||||
|
||||
Example bridging connections across two distinct Docker networks using `mole`.
|
||||
Example bridging connections across two distinct Docker networks using [`mole`](https://github.com/davrodpin/mole).
|
||||
|
||||
My real use case is something like a remote LDAP server that I don't want to expose to the public internet and some metrics servers only available behind a VPN. This setup will allow me to create a proxy container on a host that will act as a local LDAP or HTTP server.
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
# FROM golang
|
||||
# RUN go get -u github.com/davrodpin/mole/cmd/mole
|
||||
|
||||
FROM alpine
|
||||
RUN apk add bash curl tar
|
||||
RUN bash -c "bash <(curl -fsSL https://raw.githubusercontent.com/davrodpin/mole/master/tools/install.sh | sed 's/\bsudo\b//g')"
|
||||
|
Loading…
Reference in New Issue
Block a user