Apache Traffic Server based on latest Ubuntu Docker image. With fix of "top" commands
1.3K
##Installation
docker exec -it ats /opt/ats/bin/trafficserver start docker run -ti -p 17070:8080 --name ats guhuaping/ats /bin/bash##Configuration
docker attach atscd /opt/ats/etc/trafficserver//opt/ats/bin/traffic_line -x##Verification
docker port ats
http://host_ip:17070
traffic_top, traffic_logstats and traffic_logcat, check status and logs.##Note
This is for ATS test only, do not use in Production.
If user want to mount host directory by -v /SHARED_ATS_CONFIG/:/opt/at/etc/trafficserver, make sure in records.config the port = 8080
proxy.config.http.server_ports 8080
Content type
Image
Digest
sha256:1c81f5a18…
Size
330 MB
Last updated
almost 11 years ago
docker pull guhuaping/ats