https://github.com/openanalytics/containerproxy
Manage HTTP proxy routes into Docker containers
https://github.com/openanalytics/containerproxy
Last synced: about 2 months ago
JSON representation
Manage HTTP proxy routes into Docker containers
- Host: GitHub
- URL: https://github.com/openanalytics/containerproxy
- Owner: openanalytics
- License: apache-2.0
- Created: 2018-07-22T09:48:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T14:22:41.000Z (3 months ago)
- Last Synced: 2026-01-15T18:19:26.414Z (3 months ago)
- Language: Java
- Homepage:
- Size: 2.53 MB
- Stars: 52
- Watchers: 7
- Forks: 71
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
____ _ _ ____
/ ___|___ _ __ | |_ __ _(_)_ __ ___ _ __| _ \ _ __ _____ ___ _
| | / _ \| '_ \| __/ _` | | '_ \ / _ \ '__| |_) | '__/ _ \ \/ / | | |
| |__| (_) | | | | || (_| | | | | | __/ | | __/| | | (_) > <| |_| |
\____\___/|_| |_|\__\__,_|_|_| |_|\___|_| |_| |_| \___/_/\_\\__, |
|___/
# ContainerProxy
ContainerProxy is an application that launches and manages containers for users, to perform specific tasks.
It is the engine that powers a.o. [ShinyProxy](https://shinyproxy.io) but can be used for any application that needs to manage HTTP proxy routes into Docker containers.
Learn more at (in progress)
**(c) Copyright Open Analytics NV, 2017-2025 - Apache License 2.0**
## Building from source
Clone this repository and run
```
mvn -U clean install -DskipTests
```
The build will result in a single `.jar` file that is made available in the `target` directory.
## Further information