Packages with configuration changes: -docker-ce 5:24.0.4-1~debian.11~bullseye arm64 +docker-ce 5:24.0.5-1~debian.11~bullseye arm64 Package changes: -docker-buildx-plugin 0.11.1-1~debian.11~bullseye arm64 -docker-ce 5:24.0.4-1~debian.11~bullseye arm64 -docker-ce-cli 5:24.0.4-1~debian.11~bullseye arm64 -docker-ce-rootless-extras 5:24.0.4-1~debian.11~bullseye arm64 -docker-compose-plugin 2.19.1-1~debian.11~bullseye arm64 +docker-buildx-plugin 0.11.2-1~debian.11~bullseye arm64 +docker-ce 5:24.0.5-1~debian.11~bullseye arm64 +docker-ce-cli 5:24.0.5-1~debian.11~bullseye arm64 +docker-ce-rootless-extras 5:24.0.5-1~debian.11~bullseye arm64 +docker-compose-plugin 2.20.2-1~debian.11~bullseye arm64 -libcamera0 0~git20230707+2783c8d8-1 arm64 +libcamera0 0~git20230720+bde9b04f-1 arm64
21 lines
642 B
Plaintext
21 lines
642 B
Plaintext
# Docker SysVinit configuration file
|
|
|
|
#
|
|
# THIS FILE DOES NOT APPLY TO SYSTEMD
|
|
#
|
|
# Please see the documentation for "systemd drop-ins":
|
|
# https://docs.docker.com/engine/admin/systemd/
|
|
#
|
|
|
|
# Customize location of Docker binary (especially for development testing).
|
|
#DOCKERD="/usr/local/bin/dockerd"
|
|
|
|
# Use DOCKER_OPTS to modify the daemon startup options.
|
|
#DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
|
|
|
|
# If you need Docker to use an HTTP proxy, it can also be specified here.
|
|
#export http_proxy="http://127.0.0.1:3128/"
|
|
|
|
# This is also a handy place to tweak where Docker's temporary files go.
|
|
#export DOCKER_TMPDIR="/mnt/bigdrive/docker-tmp"
|