trafficserver
Fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
100K+
Here’s an overview for the Apache Traffic Server (ATS) Docker Image on Docker Hub:
Apache Traffic Server (ATS) is a high-performance, scalable caching proxy server that helps improve website and application performance by caching frequently accessed data, reducing latency, and managing network traffic efficiently. The ATS Docker image provides a convenient and isolated environment to run Traffic Server, enabling quick deployment and easy scalability for various use cases such as web content delivery, CDN (Content Delivery Network) acceleration, and traffic routing.
docker pull trafficserver/trafficserver
docker run -d --name trafficserver -p 8080:8080 trafficserver/trafficserver
To customize the configuration, mount your Traffic Server configuration directory into the container. For example:
docker run -d --name trafficserver \
-p 8080:8080 \
-v /path/to/your/trafficserver/config:/opt/etc/trafficserver \
trafficserver/trafficserver
This allows you to easily manage ATS settings, plugins, and logs from your host system.
For more detailed documentation and advanced usage, visit the official Apache Traffic Server documentation.
latest: Always the latest stable release of Apache Traffic Server.X.Y.Z for the tagged versions of ATS.Content type
Image
Digest
sha256:473e7a691…
Size
213.3 MB
Last updated
2 months ago
docker pull trafficserver/trafficserverPulls:
325
Jun 29 to Jul 5