This is an automated email from the ASF dual-hosted git repository.

danderson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-playgrounds.git


The following commit(s) were added to refs/heads/master by this push:
     new 74e4c98  Added a guide for Windows users. (#12)
74e4c98 is described below

commit 74e4c98b319d82c66215d3cc22e513f26fa455b1
Author: t-eimizu <[email protected]>
AuthorDate: Tue Dec 15 06:25:52 2020 +0900

    Added a guide for Windows users. (#12)
    
    Co-authored-by: David Anderson <[email protected]>
---
 operations-playground/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/operations-playground/README.md b/operations-playground/README.md
index c3f31cd..605d62a 100644
--- a/operations-playground/README.md
+++ b/operations-playground/README.md
@@ -36,6 +36,11 @@ docker-compose up -d
 
 You can check if the playground was successfully started by accessing the 
WebUI of the Flink cluster at [http://localhost:8081](http://localhost:8081).
 
+#### for Windows Users
+
+If you get the error "Unhandled exception: Filesharing has been cancelled", 
you should configure file sharing in Docker Desktop before starting.
+In Settings > Resources > File Sharing, add the operations-playground/conf 
directory.
+
 ### Stopping the Playground
 
 To stop the playground, run the following command

Reply via email to