This website requires JavaScript.
Explore
Drone
Блог
Вопросы
Календарь
Help
Sign In
b4tman
/
docker-squid
Watch
1
Star
0
Fork
0
You've already forked docker-squid
mirror of
https://github.com/b4tman/docker-squid.git
synced
2024-11-10 21:56:53 +00:00
Code
Issues
Packages
Releases
Activity
abfd29ad78
docker-squid
/
ssl-bump
/
Dockerfile
10 lines
97 B
Docker
Raw
Normal View
History
Unescape
Escape
add ssl-bump Dockerfile
2019-06-04 09:29:11 +00:00
FROM
b4tman/squid
ssl-bump fix build
2024-02-19 11:39:42 +00:00
COPY
run.sh /
USER
root
RUN
chmod
755
/run.sh
USER
squid
sslbump: rootless (#125) sslbump: shell script instead of long cmd add 'ssl-bump' image test add access_for_localnet for image test allow_all instead of localnet for test change test conf fix test compose
2024-01-23 19:45:13 +00:00
ssl-bump fix run.sh perms #130
2024-02-19 11:16:43 +00:00
CMD
[
"/run.sh"
]
Copy Permalink