Sign inSign up

codingjoe/the-box-web:0.0.4

Manifest digest

sha256:27ce2dd016cd0a0d2908099e5d33022f94ece586a882d1e71809864a050daaaa

Last pushed

7 months by codingjoe

Type

Compose

Manifest digest

sha256:27ce2dd016cd0a0d2908099e5d33022f94ece586a882d1e71809864a050daaaa

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

Docker commands

docker compose -f oci://codingjoe/the-box-web:0.0.4 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