Checkmk / checkmk-docs

Checkmk user manual
https://docs.checkmk.com
29 stars 130 forks source link

Outdated docker tag in v2.1.0 documentation #39

Closed xtrcode closed 2 years ago

xtrcode commented 2 years ago

In the docs for v2.1.0 the docker run example still uses 2.0.0-latest tag.

See:

Is 2.0.0-latest still the recommended version or did just somebody forgot to update the docs?

sebkir commented 2 years ago

That should be 2.1.0, of course. Thanks for reporting this issue. I will fix it immediately.

sebkir commented 2 years ago

@xtrcode While updating the version, I also added another crucial piece of information when it comes to Checkmk 2.1.0 in a docker container. In order to be able to register the agent controller you have to publish the port of the REST API to the host.

That is what the second -p is there for.

Here is the commit: 0c9a55334cbea405cfb0b05816ca5c79dec76f81

The changes should be visible on the website tomorrow.

sebkir commented 2 years ago

Corrections are in place:

https://docs.checkmk.com/latest/en/introduction_docker.html https://docs.checkmk.com/latest/de/introduction_docker.html