Experimental spice proxy provider.
This commit is contained in:
parent
383d1c5cca
commit
98f5c1e402
11 changed files with 154 additions and 0 deletions
11
spice-squid/Containerfile
Normal file
11
spice-squid/Containerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM alpine:3.19
|
||||
|
||||
RUN apk update &&\
|
||||
apk add --no-cache inotify-tools &&\
|
||||
apk add --no-cache squid
|
||||
|
||||
COPY run.sh /usr/local/bin/run-squid.sh
|
||||
|
||||
CMD ["/usr/local/bin/run-squid.sh"]
|
||||
|
||||
EXPOSE 3128
|
||||
Loading…
Add table
Add a link
Reference in a new issue