Merge pull request #3120 from glensc/patch-1

Doc: Add docker build instructions without git clone
This commit is contained in:
Steven Black
2026-05-04 13:49:59 -04:00
committed by GitHub

View File

@@ -131,6 +131,12 @@ Build the Docker container from the root of this repo like this:
docker build --no-cache . -t stevenblack-hosts docker build --no-cache . -t stevenblack-hosts
``` ```
Or without cloning (directly from GitHub):
```sh
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
```
Then run your command as such: Then run your command as such:
```sh ```sh