Skip to content

shukitchan/ats-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for Apache Traffic Server (ATS) 9.2.5 on alpine 3.20.3

Instructions to Manually Build the Dev Image

  • git clone https://github.com/shukitchan/ats-alpine.git
  • cd ats-alpine
  • docker build -f Dockerfile --target builder -t ats-alpine-devel .
  • docker run -it ats-alpine-devel

Instructions to Manually Build the Image

  • git clone https://github.com/shukitchan/ats-alpine.git
  • cd ats-alpine
  • docker build -f Dockerfile -t ats-alpine .
  • docker run -it ats-alpine

Instructions to use the Dev Image

  • docker pull ghcr.io/shukitchan/ats-alpine-devel:latest
  • docker run -it ghcr.io/shukitchan/ats-alpine-devel

Instructions to use the Image

  • docker pull ghcr.io/shukitchan/ats-alpine:latest
  • docker run -it ghcr.io/shukitchan/ats-alpine

Stop/Start/Restart ATS

  • To stop, DISTRIB_ID=gentoo /opt/ats/bin/trafficserver stop
  • To start, DISTRIB_ID=gentoo /opt/ats/bin/trafficserver start
  • To restart, DISTRIB_ID=gentoo /opt/ats/bin/trafficserver restart

About

Repository for building Docker image for ATS

Resources

License

Stars

Watchers

Forks

Packages