Updated to docker 4.35.1
Fixes a bug where Docker Desktop would incorrectly bind to port 8888.
Git Clone URL: | https://aur.archlinux.org/docker-desktop.git (read-only, click to copy) |
---|---|
Package Base: | docker-desktop |
Description: | Docker Desktop is an easy-to-install application that enables you to locally build and share containerized applications and microservices. |
Upstream URL: | https://www.docker.com/products/docker-desktop/ |
Keywords: | docker |
Licenses: | custom: Docker Agreement |
Conflicts: | docker-buildx, docker-compose |
Provides: | docker-buildx, docker-compose |
Submitter: | gustavosbarreto |
Maintainer: | leandrocunha (xeeynamo) |
Last Packager: | xeeynamo |
Votes: | 14 |
Popularity: | 0.68 |
First Submitted: | 2023-06-30 21:07 (UTC) |
Last Updated: | 2025-01-30 16:28 (UTC) |
Updated to docker 4.35.1
Fixes a bug where Docker Desktop would incorrectly bind to port 8888.
@georgerabus I was finally able to reproduce this error on my new laptop where my gpg key was not yet setup. After setting up the gpg key and following the instructions on https://docs.docker.com/desktop/get-started/#credentials-management-for-linux-users - the sign in button became functional
Has anyone been able to launch nvidia-container-runtime
with this package?
nvidia-container-toolkit
is installed, my docker desktop engine config looks like this (Docker Desktop: Settings->Docker Engine):
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"runtimes": {
"nvidia": {
"args": [],
"path": "nvidia-container-runtime"
}
}
}
Yet I'm getting an error:
$ docker run --rm -it --runtime=nvidia --gpus all ubuntu:latest nvidia-smi
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
If I switch to the default context (the system docker) it works:
$ docker context use default
default
Current context is now "default"
$ docker run --rm -it --runtime=nvidia --gpus all ubuntu:latest nvidia-smi
Thu Oct 31 14:05:49 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 560.35.03 Driver Version: 560.35.03 CUDA Version: 12.6 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 4070 ... Off | 00000000:01:00.0 On | N/A |
| N/A 54C P0 23W / 80W | 1274MiB / 8188MiB | 23% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
+-----------------------------------------------------------------------------------------+
The default docker config is:
$ cat /etc/docker/daemon.json
{
"runtimes": {
"nvidia": {
"args": [],
"path": "nvidia-container-runtime"
}
}
}
Any ideas? Thanks!
@georgerabus Do you get an error? I'm not able to reproduce your bug.
singing or creating an account from docker-desktop interface does not work. Clicking on button does not do anything.
docker scout cves fs://<path to binary>
instead.docker
CLI did not work as expected when the registry.json
file was malformed.invalid tag format
error. Fixes docker/for-win#14258.NFT_NUMGEN
, NFT_FIB_IPV4
and NFT_FIB_IPV6
kernel modules.settings.json
has been renamed to settings-store.json
Updated to version 4.34.3
This package has been tested and is operating normally.
Thank you @leandrocunha :)
@mpark, great, that's right.
@leandrocunha yeah, I have access. Better 2 maintainers than one - so it gets updated when one of us is busy.
Pinned Comments
xeeynamo commented on 2025-01-30 16:31 (UTC)
Bump to 4.38.0
New:
Upgrades:
Bugfixes:
For Linux:
Deprecation:
leandrocunha commented on 2024-12-30 13:40 (UTC) (edited on 2024-12-30 13:41 (UTC) by leandrocunha)
Bump to 4.37.1
Bug fixes and enhancements
For all platforms
Fixed an issue that caused the AI Catalog in Docker Hub to be unavailable in Docker Desktop.
Fixed an issue that caused Docker Desktop to panic with index out of range [0] with length 0 when using Enhanced Container Isolation.
See https://docs.docker.com/desktop/release-notes/