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