From 49b69a4592c5a0374eb8437ebbcf5b680b193c79 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Thu, 24 Mar 2022 13:49:40 +0000 Subject: [PATCH] Warn about possible Windows/Mac docker issues fix #290 --- docs/docs/getting-started/demo/with-docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/getting-started/demo/with-docker.md b/docs/docs/getting-started/demo/with-docker.md index c1b3b85813b..54d0a38807b 100644 --- a/docs/docs/getting-started/demo/with-docker.md +++ b/docs/docs/getting-started/demo/with-docker.md @@ -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