- Minor
hi all,
after upgrade from 6.12.1 to 6.12.2, docker is not working. after some investigation, it's casued by the downgrade of docker engine:
https://docs.unraid.net/unraid-os/release-notes/6.12.2 docker: 20.10.24 (revert from v23.0.6)
docker is working fine for me on 6.12.1, and i have below proxy config for /etc/docker/daemon.json
"proxies": {
"http-proxy": "http://*****",
"https-proxy": "http://*****",
"no-proxy": "*.local,10.0.0.0/8,192.168.0.0/16,127.0.0.0/8"
}
after upgrade to 6.12.2, which downgrade the docker engine, i got these errors:
unable to configure the Docker daemon with file /etc/docker/daemon.json: the following directives don't match any configuration option: http-proxy, https-proxy, no-proxy
seems I can't find the document https://docs.docker.com/config/daemon/ for docker 20.*. this version is way too old!
can i ask when docker engine will be upgraded? I want the new version. Or can i upgrade it myself?