A https://github.com/GoogleChromeLabs/squoosh docker image. https://github.com/hellodk34/squoosh .
100K+
A https://github.com/GoogleChromeLabs/squoosh docker image. Support amd64, arm64 and arm v7 arch. Dockerfile open source at https://github.com/hellodk34/squoosh . If you appreciate for my work, you can leave a star for this GitHub repo, thank you as the same.
# docker run -d --name squoosh \
--restart unless-stopped \
-p 7701:8080 \
dko0/squoosh:1.12.0
then, visit http://YOUR_IP:7701 and enjoy it!
cat > squoosh-compose.yml <<EOF
version: '3'
services:
squoosh:
image: dko0/squoosh:1.12.0
container_name: squoosh
networks:
- squoosh-net
ports:
- 7701:8080
restart: unless-stopped
networks:
squoosh-net:
EOF
and then, just type docker-compose -f ./squoosh-compose.yml up -d and enter that it works!
please read this article
Content type
Image
Digest
Size
114.5 MB
Last updated
about 4 years ago
docker pull dko0/squoosh