dirigible-io / dirigible-io.github.io

Public site of Eclipse Dirigible (dirigible.io) project
https://www.dirigible.io
9 stars 30 forks source link

[Fix] Compatibility - docker.md: Docker run command made on one line #83

Closed Mrgoblings closed 8 months ago

Mrgoblings commented 8 months ago

The docker command on windows needs to be on one line to be able to be executed in cmd.

ThuF commented 8 months ago

By introducing this change, this would result into a single line command:

Screenshot 2024-03-07 at 10 10 36

For smaller inputs it's fine to be on a single line, however commands with more parameters, would be really hard to read on a single line, for example:

Screenshot 2024-03-07 at 10 10 46

@Mrgoblings I'm closing this PR, but if you would like, you can for example create another PR which adds a "Info/Note" message, that for Windows the command should be transformed into a single line (or we can leave it as it is at the moment, assuming that Windows users using Docker would be familiar with this and would remove the slashes).