Skip to content

[trivial] typo #1698

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

Merged
merged 2 commits into from
Oct 17, 2018
Merged
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
2 changes: 1 addition & 1 deletion docs/install/build-tools-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Visual Studio Build Tools - and to a greater extent, Visual Studio - require lot

**On Windows 10**:

1. [Rick-click on the Docker for Windows icon](https://docs.docker.com/docker-for-windows/#docker-settings) in the system tray and click **Settings...**.
1. [Right-click on the Docker for Windows icon](https://docs.docker.com/docker-for-windows/#docker-settings) in the system tray and click **Settings**.
2. [Click on the Daemon](https://docs.docker.com/docker-for-windows/#docker-daemon) section.
3. [Toggle the **Basic**](https://docs.docker.com/docker-for-windows/#edit-the-daemon-configuration-file) button to **Advanced**.
4. Add the following JSON array property to increase disk space to 120 GB (more than enough for Build Tools with room to grow).
Expand Down