Skip to content

Commit

Permalink
Document Docker as being optional for yb installation
Browse files Browse the repository at this point in the history
[Fixes ch4758]
  • Loading branch information
zombiezen committed Jul 6, 2021
1 parent 43070c8 commit 3af27bb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Installation

yb uses Docker for isolating the build environment. You can install Docker here:
https://hub.docker.com/search/?type=edition&offering=community

If you're using WSL on Windows, you will need to use [Docker in WSL2](https://code.visualstudio.com/blogs/2020/03/02/docker-in-wsl2).

## macOS

You can install `yb` using [Homebrew][]:
Expand Down Expand Up @@ -38,3 +33,10 @@ sudo apt-get update && sudo apt-get install yb
For Red Hat, Fedora, or CentOS, you can install the RPM from the
[latest GitHub release][]. For other distributions, copy the Linux binary from
the release into your `PATH`.

## Docker (Optional)

yb can optionally use Docker for isolating the build environment.
You can install Docker here: https://hub.docker.com/search/?type=edition&offering=community

If you're using WSL on Windows, you will need to use [Docker in WSL2](https://code.visualstudio.com/blogs/2020/03/02/docker-in-wsl2).

0 comments on commit 3af27bb

Please sign in to comment.