Skip to content

Version issues #3

@mbrouer

Description

@mbrouer

Your docker DVDstore example version does not match the version you use in the docker CMR image

dvdstore_1 | [ERROR] Agent: 1.6.7.79
dvdstore_1 | [ERROR] CMR: 1.6.9.83

Using the compose:

cmr:
  image: inspectit/cmr
  ports:
   - "8182:8182"
dvdstore:
  image: inspectit/dvdstore
  links:
   - cmr
  ports:
   - "8080:8080"
  environment:
   - AGENT_NAME=dvdstore
gui:
  image: inspectit/inspectit
  environment:
   - DISPLAY
   - XAUTHORITY=/.Xauth
  net: "host"
  volumes:
   - ${XAUTHORITY}:/.Xauth

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions