Skip to content

Repository containing the source code of the Docker image davigar15/squid

Notifications You must be signed in to change notification settings

charmed-osm/squid-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Squid Docker image

  • Upstream squid
  • Ubuntu Focal
  • Automatic configuration reload --> Ready for K8s
docker pull davigar15/squid:latest

Test it locally (K8s)

git clone https://github.com/charmed-osm/squid-docker
cd squid-docker/

Enable registry

Microk8s:

microk8s.enable registry

Other K8s:

kubectl apply -f registry.yaml

Upload image to the registry

docker build docker/ -t localhost:32000/squid:latest --no-cache
docker push localhost:32000/squid:latest

About

Repository containing the source code of the Docker image davigar15/squid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published