Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing dapr in standalone mode on Windows need to switch to Linux containers in Docker Desktop #162

Closed
leeprtc opened this issue Oct 18, 2019 · 2 comments
Assignees

Comments

@leeprtc
Copy link

leeprtc commented Oct 18, 2019

Expected Behavior

Following the instructions in https://github.com/dapr/docs/blob/master/getting-started/environment-setup.md for Windows, after running "dapr init", I expect to see daprio/dapr:latest and redis container images running.

Actual Behavior

I did not see daprio/dapr:latest and redis containers. Below is what I saw.

PS C:\dapr> dapr init
Making the jump to hyperspace... Downloading binaries and setting up components... Success! Dapr is up and running
PS C:\dapr> docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

After I switch Docker Desktop to use Linux containers, I was able to see the two containers running after 'dapr init'.

Steps to Reproduce the Problem

Set Docker Desktop to use Windows container and then run 'dapr init'.

@youngbupark
Copy link
Contributor

youngbupark commented Oct 18, 2019

Thanks for the feedback. We will add the note to environment-setup document.

-Young

@youngbupark
Copy link
Contributor

We added note to the doc and add the message to the end of the script install.

Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants