Sign inSign up

dko0/squoosh

By dko0

Updated about 4 years ago

A https://github.com/GoogleChromeLabs/squoosh docker image. https://github.com/hellodk34/squoosh .

Image
7

100K+

dko0/squoosh repository overview

dko0/squoosh

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.

Usage

just docker run
# 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!

docker-compose
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!

squoosh-cli usage

please read this article

Thanks

Tag summary

Content type

Image

Digest

Size

114.5 MB

Last updated

about 4 years ago

docker pull dko0/squoosh