Sign inSign up

chadlyon/trafficserver

By chadlyon

•Updated almost 10 years ago

Debian (latest) with Apache TrafficServer built with SPDY enabled.

Image
6

3.5K

chadlyon/trafficserver repository overview

⁠Docker build for Apache TrafficServer (SPDY enabled)

This repository provides Dockerfile for Apache TrafficServer⁠ built with SPDY⁠ enabled.

⁠Status
  • Debian: latest
  • TrafficServer: 5.3.1
⁠Usage:
  • Execute docker run -d --name TrafficServer -p 8080:8080 chadlyon/trafficserver
  • Browse http://<your server ip address>:8080/⁠
  • Stop and start again
    • docker stop TrafficServer
    • docker start TrafficServer
⁠Configuration:

This 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.

Tag summary

Content type

Image

Digest

sha256:1210654e6…

Size

499.3 MB

Last updated

almost 10 years ago

docker pull chadlyon/trafficserver