Update README.md
add headers and stuff.
This commit is contained in:
10
README.md
10
README.md
@@ -1,4 +1,8 @@
|
|||||||
Holesail-docker proxies traffic from another container.
|
# Holesail-docker
|
||||||
|
|
||||||
|
> ⚠️ **Warning!** Some of these features are untested.
|
||||||
|
|
||||||
|
Holesail-docker proxies traffic from or to other containers.
|
||||||
|
|
||||||
Clone this repo then from within the directory run:
|
Clone this repo then from within the directory run:
|
||||||
```
|
```
|
||||||
@@ -9,6 +13,7 @@ The easiest way to do this is to create a network in Docker:
|
|||||||
```
|
```
|
||||||
docker network create proxy
|
docker network create proxy
|
||||||
```
|
```
|
||||||
|
## Server mode
|
||||||
|
|
||||||
You can then use the contaier name and port of the container you want to proxy, as exampled below.
|
You can then use the contaier name and port of the container you want to proxy, as exampled below.
|
||||||
|
|
||||||
@@ -49,6 +54,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Client Mode
|
||||||
|
|
||||||
Client mode is untested!
|
Client mode is untested!
|
||||||
|
|
||||||
@@ -68,6 +74,8 @@ services:
|
|||||||
|
|
||||||
"host" network mode only works with linux. Windows and Mac are incompatible.
|
"host" network mode only works with linux. Windows and Mac are incompatible.
|
||||||
|
|
||||||
|
## Filemanager Mode
|
||||||
|
|
||||||
```
|
```
|
||||||
services:
|
services:
|
||||||
holesail:
|
holesail:
|
||||||
|
Reference in New Issue
Block a user