Sign inSign up

codingjoe/the-box-web:0.0.3

Manifest digest

sha256:f1143fcf394e7c3d28e12a19d608d63762762e61f22aee53f851b663cb8de920

Last pushed

7 months by codingjoe

Type

Compose

Manifest digest

sha256:f1143fcf394e7c3d28e12a19d608d63762762e61f22aee53f851b663cb8de920

Compose file content

name: containers
networks:
  app:
    external: true
    name: app
  default:
    name: containers_default
  wan:
    external: true
    name: wan
services:
  web:
    deploy:
      mode: replicated
      replicas: 2
      resources:
        limits:
          cpus: "0.25"
          memory: 512M
    image: traefik/whoami:latest
    memswap_limit: 1g
    networks:
      default: null
services:
  web:
    image: docker.io/traefik/whoami:latest@sha256:200689790a0a0ea48ca45992e0450bc26ccab5307375b41c84dfc4f2475937ab

Docker commands

docker compose -f oci://codingjoe/the-box-web:0.0.3 up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image

Tiny Go webserver that prints OS information and HTTP request to output


Pulls

10M+

Stars

72

Last Updated

about 2 months