2020-04-21 13:05:13 +01:00
|
|
|
## Docker images
|
|
|
|
|
|
|
|
* `Dockerfile` is used for local development. Build it using `make docker` command.
|
|
|
|
|
2020-04-22 16:50:24 +01:00
|
|
|
* `Dockerfile.hub` is used to publish AdGuard images to Docker Hub: https://hub.docker.com/r/adguard/adguardhome
|
2020-04-21 13:05:13 +01:00
|
|
|
Check out `build_docker.sh` for the details.
|