aboutsummaryrefslogtreecommitdiff
path: root/utils/docker-ce
Commit message (Collapse)AuthorAge
* docker-ce: update PKG_RELEASEFlorian Eckert2020-08-11
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add bridge device to network uci backendFlorian Eckert2020-08-11
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: fix hosts type to listFlorian Eckert2020-08-11
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add postinst and prerm script for service start and stopFlorian Eckert2020-08-11
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: Enabled cgroups v1 by defaultGerard Ryan2020-08-10
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: fix bip default config valueFlorian Eckert2020-07-31
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add uci config on bootFlorian Eckert2020-07-29
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: fix typo for registry_mirrors uci optionFlorian Eckert2020-07-29
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add bip uci to default configFlorian Eckert2020-07-29
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add hosts optionFlorian Eckert2020-07-29
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add default bridge to openwrt uci backendFlorian Eckert2020-07-29
| | | | | | | | | | | | | This commit adds two additional init.d targets: * uciadd: This command adds the default docker0 bridge to the network configuration. Additional, a new firewall zone docker is created * ucidel This command removes default docker0 bridge from the network configuration. The new docker firewall zone gets also deleted. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add reload handlingFlorian Eckert2020-07-21
| | | | | | | If the uci configuration is changed send dockerd a SIGHUP to reload the generated daemon.json file with the new configuration. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: update PKG_RELEASEFlorian Eckert2020-07-07
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: cleanup firewall rules on service stopFlorian Eckert2020-07-07
| | | | | | | | Until now, the firewall rules from the dockerd were preserved after the service was stopped. This is not nice. With this change the firewall rules created by dockerd will be deleted when the dockerd service is stopped. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: remove obsulte docker default configuration fileFlorian Eckert2020-07-07
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: add uci support for dockerdFlorian Eckert2020-07-07
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: Updated to 19.03.12Javier Marcet2020-07-02
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-ce: Updated to 19.03.11Gerard Ryan2020-06-20
| | | | | | * Automated dependency version checking Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Simplified config layout for menuconfigGerard Ryan2020-06-20
| | | | | | cgroupfs-mount: Replaced dependency with cgroup config option Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated to 19.03.9Gerard Ryan2020-05-26
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* golang: Rename GoPackage/Environment to GO_PKG_VARSJeffery To2020-05-13
| | | | | | | | | | The variable is a list of shell variables; the new name is more in-line with other parts the build system (CONFIGURE_VARS, MAKE_VARS, etc.). GoPackage/Environment is kept (for now) in case other feeds are using it. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* docker-ce: fix docker info warningFlorian Eckert2020-05-05
| | | | | | | | | | | If we execute `docker info` we get the following warning: WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled To fix this enable this in sysctl if docker is installed. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* docker-ce: Updated to 19.03.8Gerard Ryan2020-03-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* golang: Reorganize GoPackage/Environment and Makefile variablesJeffery To2020-02-05
| | | | | | | | | | | | | | | * Move more environment variables into GoPackage/Environment * Split GoPackage/Environment into target and build sections * Do not set GOROOT_FINAL for Go packages (setting it should only affect the Go compiler and not Go packages) * Set CGO_LDFLAGS to $(TARGET_LDFLAGS) * Move GO_TARGET_* variables from golang-values.mk, and GO_VERSION_* variables from golang-version.mk, into golang/Makefile This also updates runc, containerd, and docker-ce to reflect the changes in GoPackage/Environment. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* docker-ce: bump to version 19.03.5Johann Neuhauser2019-11-16
| | | | Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* docker-ce: fix cross compilation and enable build for aarch64 and armJohann Neuhauser2019-11-06
| | | | | | | Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* docker-ce: Updated to 19.03.4Gerard Ryan2019-10-24
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated to 19.03.3Gerard Ryan2019-10-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated to 19.03.2Gerard Ryan2019-10-06
| | | | | | | | * Added warning logging * Added missing default kmod * Added missing kernel feature for IO scheduling Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cgroups-mount,docker-ce,lxc: rework kernel feature dependencyYousong Zhou2019-09-12
| | | | | | | | | | | | | Fix that KERNEL_CGROUPS is enabled (selected) automatically along with cgroups-mount Replace "if PACKAGE_docker-ce" with a menu to avoid circular denpendency issue involving PACKAGE_docker-ce, PACKAGE_cgroups-mount and KERNEL_CGRUOPS docker-ce, lxc: replace KERNEL_LXC_MISC with more specific options Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* docker-ce: Expand nofile from 1024(soft) 4096(hard) as large as possible ↵Student4142019-08-30
| | | | | | | | | when using procd. When we run docker image and export too many ports, dockerd will output some errors like "too many open files", it is caused by max-file limitation. Now, we start dockerd using procd, just add a statement to fix this problem. Signed-off-by: Fuying Wang <805447391@qq.com>
* docker-ce: Updated to 19.03.1Gerard Ryan2019-08-10
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated and added --init and --publish optionsGerard Ryan2019-07-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Added Docker community editionGerard Ryan2019-07-04
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>