Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version issues #3

Open
mbrouer opened this issue Aug 24, 2016 · 1 comment
Open

Version issues #3

mbrouer opened this issue Aug 24, 2016 · 1 comment
Assignees
Labels

Comments

@mbrouer
Copy link

mbrouer commented Aug 24, 2016

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

@andreasreinhardt
Copy link
Contributor

Hi mbrouer,

thank you for your error report. I just pushed an updated docker-compose file that fixes the version to 1.6.7.79. Please feel free to test it and report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants