mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Merge pull request #3120 from glensc/patch-1
Doc: Add docker build instructions without git clone
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user