https://github.com/naxmefy/docker-weave
docker image for weave cli
https://github.com/naxmefy/docker-weave
Last synced: 3 months ago
JSON representation
docker image for weave cli
- Host: GitHub
- URL: https://github.com/naxmefy/docker-weave
- Owner: naxmefy
- Created: 2022-07-15T12:54:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T08:36:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T01:16:24.451Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-weave


docker image for [weave](https://github.com/jsdw/weave)
> A simple CLI router for wiring together several sources behind a single HTTP endpoint
## usage
```bash
docker run \
--rm \
-v "/path/to/dir:/path/in/container" \
-p 8080:8080 \
naxmefy/weave \
weave \
0.0.0.0:8080 to /path/in/container \
0.0.0.0:8080/google to https://google.com \
0.0.0.0:8080/my-react-app to host.docker.internal:3000
```More examples can be found inside [weave](https://github.com/jsdw/weave) documentation.