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

d4win doesn't start automatically w/installer in elevated mode, add d… #4204

Merged
merged 5 commits into from
Aug 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docker-for-windows/images/docker-app-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docker-for-windows/images/installer-finishes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 15 additions & 4 deletions docker-for-windows/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,26 @@ Windows containers.

## Start Docker for Windows

When the installation finishes, Docker starts automatically.
Docker will not start automatically. To start it, search for Docker, select the
app in the search results, and click it (or hit Return).

The whale in the status bar indicates that Docker is running, and accessible from a terminal.
![search for Docker app](/docker-for-windows/images/docker-app-search.png)

If you just installed the app, you also get a popup success message with suggested next steps, and a link to this documentation.
When the whale in the status bar stays steady, Docker is up-and-running, and

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe lose the hyphens in "up and running"?

accessible from any terminal window.

![whale on taskbar](/docker-for-windows/images/whale-taskbar-circle.png)

If the whale is hidden in the Notifications area, click the up arrow on the
taskbar to show it. To learn more, see [Docker Settings](/docker-for-windows/index.md#docker-settings).

If you just installed the app, you also get a popup success message with
suggested next steps, and a link to this documentation.

![Startup information](/docker-for-windows/images/win-install-success-popup-cloud.png)

When initialization is complete, select **About Docker** from the notification area icon to verify that you have the latest version.
When initialization is complete, select **About Docker** from the notification
area icon to verify that you have the latest version.

Congratulations! You are up and running with Docker for Windows.

Expand Down