Sign inSign up

masgari/squid

By masgari

Updated almost 11 years ago

Image
1

212

masgari/squid repository overview

squid

Squid proxy server (https://help.ubuntu.com/community/Squid) on default port 3128 with access to all

ssh root@<container-ip>
Password: r

Makefile

REPO=masgari/squid

.DEFAULT: build
.PHONY: build push all

all: build

build:
	docker build -t $(REPO):3 .
push:
	docker push $(REPO)

run:
	docker run -t -rm $(REPO) $(filter-out $@,$(MAKECMDGOALS)) $(ARGS)

bash:
	docker run -t -i -rm  $(REPO) /bin/bash

Tag summary

Content type

Image

Digest

sha256:e8984a832

Size

234.7 MB

Last updated

almost 11 years ago

docker pull masgari/squid:3