aboutsummaryrefslogtreecommitdiff
path: root/utils/dockerd/files
Commit message (Collapse)AuthorAge
* dockerd: Add firewall independent dependenciesGerard Ryan2022-05-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Add "log-driver" optionNicola Corna2022-01-04
| | | | Signed-off-by: Nicola Corna <nicola@corna.info>
* dockerd: refactoring uciadd and ucidel handlingFlorian Eckert2021-06-15
| | | | | | | This change makes the handling of adding and deleting interface, device bridge and firewall more robust. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* dockerd: Added options to setup a dualstack default bridgeGerard Ryan2021-02-28
| | | | | | * Added IPv6 Support Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: set docker zone chain defaults to ACCEPTGerard Ryan2021-02-25
| | | | | | | * Since the docker0 is a private network by default we can be more accepting like the LAN is by default Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Added option to set dns serversGerard Ryan2021-02-25
| | | | | | | * The default server is the default switch so that queries will go through the hosts dnsmasq by default Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Added iptables wait to ensure rules are addedGerard Ryan2021-02-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Made blocked_interfaces ip rule REJECTGerard Ryan2021-02-21
| | | | | | * Changed from DROP to REJECT to be consistant with other firewall rules Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: made registry_mirrors and hosts omittableGerard Ryan2021-02-21
| | | | | | | | * Moved logic out of config writing * Made default config only specify OpenWrt dictated defaults Otherwise, docker defaults can be assumed Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Normalized config quotation marksGerard Ryan2021-02-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: change start level to 99Yuhang Qin2021-02-03
| | | | | | | Dockerd start too early will conflict with other net config. After boot must manually restart dockerd, Or some container will not run. Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
* docker-ce: docker-ce -> dockerdGerard Ryan2020-12-15
The source is being deprecated and split into the CLI and engine/daemon repositories, So `docker-ce` will now be the `dockerd` and a separate package will be made for the `docker` CLI. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>