Skip to content

openanalytics/containerproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93ed0b0 · Nov 3, 2021
Dec 28, 2020
Sep 22, 2020
Mar 1, 2021
Nov 3, 2021
Apr 16, 2019
Jan 15, 2021
Jul 23, 2018
Jun 17, 2020
Jul 23, 2018
Mar 1, 2021
Mar 1, 2021
Jun 17, 2020
Nov 3, 2021

Repository files navigation

       ____            _        _                 ____
      / ___|___  _ __ | |_ __ _(_)_ __   ___ _ __|  _ \ _ __ _____  ___   _
     | |   / _ \| '_ \| __/ _` | | '_ \ / _ \ '__| |_) | '__/ _ \ \/ / | | |
     | |__| (_) | | | | || (_| | | | | |  __/ |  |  __/| | | (_) >  <| |_| |
      \____\___/|_| |_|\__\__,_|_|_| |_|\___|_|  |_|   |_|  \___/_/\_\\__, |
                                                                       |___/

Build Status

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 but can be used for any application that needs to manage HTTP proxy routes into Docker containers.

Learn more at https://containerproxy.io (in progress)

(c) Copyright Open Analytics NV, 2017-2021 - 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

https://containerproxy.io (in progress)