sqawasmi / trafficserver-docker

Docker build for Apache TrafficServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build for Apache TrafficServer (ATS)

This repository provides Dockerfile for Apache TrafficServer

Status

  • Debian: buster
  • TrafficServer: 9.1.1

Built images are uploaded to index.docker.io

Usage:

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.

About

Docker build for Apache TrafficServer


Languages

Language:Dockerfile 100.0%