openhab / website

This repository contains the final artifacts from which the project website is served.
https://www.openhab.org/
20 stars 47 forks source link

Docker install Windows (cmd) version #295

Closed M123-dev closed 3 years ago

M123-dev commented 3 years ago

When installing openHab on Docker, on Windows the command does not work since cmd does not use / but ^ for a new line. I think it would be nice for windows users if this is either noted, or even better a separate code field is provided.

Confectrician commented 3 years ago

This also affects the documentation article https://github.com/openhab/openhab-docs/commits/main/installation/docker.md shown as https://www.openhab.org/docs/installation/docker.html on the website.

The examples on dockerhub also only use the linux syntax.

Maybe we could add a "Note" box before the examples to inform about this.

Could look similar to this existing one: image

@ghys do we have to rebuild this in the install instructions page on our own? I think it is a vue component, iirc.

M123-dev commented 3 years ago

How about we provide a separate guide for Docker on Windows where we also point out other things like that the port needs to be exposed. We can then refer to this in the "Note" box.

Confectrician commented 3 years ago

This could be a proper usecase for our tabbing features. I will provide a Draft for our docs article, to see how it will look.

Confectrician commented 3 years ago

https://github.com/openhab/openhab-docs/pull/1581

M123-dev commented 3 years ago

Okay the problem of the issue is fixed, the hint you suggested could be added but I think we can close the issue here. Thanks for your support