Sign inSign up

eeacms/goreplay

By eeacms

Updated over 7 years ago

Image
0

3.8K

eeacms/goreplay repository overview

eea.docker.goreplay

Usage example - docker.compose:


  tomcat:
    image: tomcat
    networks:
        - mynetwork
    environment:
      CATALINA_OPTS: |-
        "-Xmx4096m"
      TZ: UTC
    depends_on:
    - other_container
    ports:
    - 5678:8080
    volumes:
    - myvolume-tmp:/var/tmp

  goreplay-to-stdout:
    image: eeacms/goreplay
    network_mode: "host"
    command: /opt/gor --input-raw :5678 --output-stdout --input-raw-track-response

  goreplay-to-staging:
    image: eeacms/goreplay
    network_mode: "host"
    command: /opt/gor --input-raw :5678 --output-http http://staging

  goreplay-to-development:
    image: eeacms/goreplay
    network_mode: "host"
    command: /opt/gor --input-raw :5678 --output-http http://development

Tag summary

Content type

Image

Digest

Size

190.2 MB

Last updated

over 7 years ago

docker pull eeacms/goreplay