anttp is a HTTP service which serves data from Autonomi over conventional HTTP connections.
2.3K
Overview
AntTP is a HTTP server wrapper around the Autonomi client library. It can be run as a local or remote instance and can function as a regular HTTP server or a proxy.
More details here: https://github.com/traktion/anttp
Configuration
You can either pull the latest image from Docker Hub:
docker pull traktion/anttp:latest
Or build your own:
docker build -t traktion/anttp .
Then run using (with defaults):
docker run -p 0.0.0.0:8080:8080 traktion/anttp
Or run using with custom parameters:
docker run -p 0.0.0.0:8080:8080 traktion/anttp https://unused 6d70bf50aec7ebb0f1b9ff5a98e2be2f9deb2017515a28d6aea0c6f80a9f44dda43d61a01fd64bc32265b41842ad4c8ef51b22748de068f550e39ebf88495a3e99c4481019d10ad513d0157fb2e679b3
Content type
Image
Digest
sha256:f7d06cd04…
Size
31.4 MB
Last updated
4 months ago
docker pull traktion/anttp