Apache traffic server with self signed ssl certificate. The docker image could be only used for testing or debuging, please do not use it on the production.
Start on docker compose:
ats:
container_name: ats
image: "puritys/ats"
ports:
- "443:443"
- "80:80"
environment:
- logFormat=rich
- |
ATS_REMAP=map http://zzz.com.tw/ http://service1/ @plugin=conf_remap.so @pparam=proxy.config.url_remap.pristine_host_
hdr=1
map https://bbb.com.tw/ http://service2/
logFormat = rich
read log: docker exec -ti $container tail -f /usr/local/var/log/trafficserver/squid.log
Content type
Image
Digest
Size
129.8 MB
Last updated
over 6 years ago
docker pull puritys/ats