*: moved docker files to the packaging folder

This commit is contained in:
Andrey Meshkov
2020-04-21 15:05:13 +03:00
parent 93a597fce4
commit 7f224658e0
7 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
## Docker images
* `Dockerfile` is used for local development. Build it using `make docker` command.
* `Dockerfile.huub` is used to publish AdGuard images to Docker Hub: https://hub.docker.com/r/adguard/adguardhome
Check out `build_docker.sh` for the details.