Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request: Remove Docker VOLUME instruction for more flexibility
Merge in DNS/adguard-home from 2589-docker-volumes to master Squashed commit of the following: commit 5bff6ff Merge: f0e9a74 e71019a Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Jan 25 14:45:15 2021 +0300 Merge branch 'master' into 2589-docker-volumes commit f0e9a74 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Jan 25 14:44:07 2021 +0300 all: doc changes commit 76e538c Author: Alex Povel <alex.povel@tuhh.de> Date: Thu Jan 21 15:07:11 2021 +0100 Remove Docker VOLUME instruction for more flexibility Inheriting from the base image is made easier without the VOLUME instruction, since it cannot be reverted. All guides contain `--volume` explanations/usage examples anyway, so the VOLUME instructions in the Dockerfile aren't necessary. See also https://stackoverflow.com/a/62068396/11477374 for more examples for why that instruction can be harmful.
- Loading branch information