barnacs / compy

HTTP/HTTPS compression proxy
ISC License
204 stars 34 forks source link

Add Dockerfile #23

Closed gaul closed 6 years ago

gaul commented 6 years ago

Fixes #11.

gaul commented 6 years ago

@kahing Please review.

kahing commented 6 years ago

how about printing a couple lines on how to import the cert to the browser?

gaul commented 6 years ago

Opened #24 to track importing certificates.

RReverser commented 6 years ago

@gaul How did you build it? Image at https://hub.docker.com/r/andrewgaul/compy/ seems somewhat outdated, and during manual build it fails with COPY failed: stat /var/lib/docker/tmp/docker-builder800255693/compy: no such file or directory.

gaul commented 6 years ago

Previously the Dockerfile assumed that one had already built compy outside the image. Please review #33 which builds compy as part of building the Docker image.