Skip to content

Commit

Permalink
Merge pull request #291 from input-output-hk/abailly-iohk/290
Browse files Browse the repository at this point in the history
Warn about possible Windows/Mac docker issues
  • Loading branch information
Arnaud Bailly authored Mar 28, 2022
2 parents 46fecfa + 49b69a4 commit e82a162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/getting-started/demo/with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ We'll be using [Docker](https://www.docker.com/get-started) and [compose](https:
All commands below are written as if executed from the `demo` folder in the project repository, so make sure to clone the repository and `cd demo` before doing anything else.
:::

:::warning OS Compatibility
These instructions have been tested only on Linux environments (Ubuntu, NixOS). If you're on Windows or Mac OS X, you might need to adapt to use [Volumes](https://docs.docker.com/storage/volumes/).
:::

To get started, let's pull the necessary images for services defined in the compose file:

```mdx-code-block
Expand Down

0 comments on commit e82a162

Please sign in to comment.