Docker build for Apache TrafficServer (ATS)
50K+
This repository provides Dockerfile for Apache TrafficServer
Built images are uploaded to index.docker.io
docker run -d --name TrafficServer -p 8080:8080 shaker/trafficserverdocker stop TrafficServerdocker start TrafficServerThis build comes with the standard configuration as provided by TrafficServer, configuration are under the following path: /etc/trafficserver
You can use docker volumes mount feature to run TrafficServer with your specific configuration, for example:
docker run -d --name TrafficServer -p 8080:8080 /MY-CONFIGS/trafficserver/:/etc/trafficserver/ shaker/trafficserver
You need to change /MY-CONFIGS/trafficserver/ to your configuration path.
Content type
Image
Digest
sha256:da4b45b17…
Size
290 MB
Last updated
over 4 years ago
docker pull shaker/trafficserver