for-mac icon indicating copy to clipboard operation
for-mac copied to clipboard

Docker Desktop for Mac v4.35.x Cannot Apply Changes in Resources

Open chunpan opened this issue 1 year ago • 3 comments

Description

In v4.35.0 or v4.35.1 of Settings, changing any values in Resources would not enable the "Apply & Restart" button.

Reproduce

  1. Update to v4.35.0 or v4.35.1.
  2. In Settings > Resources, change any values, e.g. Virtual Disk Limit, bump it up slightly.
  3. The "Apply & Restart" button remains greyed out, as if no change has been detected. Therefore, the change of Resources cannot be applied.
  4. Downgrade to v4.34.3, the issue goes away.

Expected behavior

Changing Settings > Resources should enable the "Apply & Restart" button.

docker version

Client: Version: 27.3.1 API version: 1.47 Go version: go1.22.7 Git commit: ce12230 Built: Fri Sep 20 11:38:18 2024 OS/Arch: darwin/arm64 Context: desktop-linux

Server: Docker Desktop 4.35.1 (173168) Engine: Version: 27.3.1 API version: 1.47 (minimum version 1.24) Go version: go1.22.7 Git commit: 41ca978 Built: Fri Sep 20 11:41:19 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0

docker info

Client: Version: 27.3.1 Context: desktop-linux Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.17.1-desktop.1 Path: /Users/bpan/.docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: 2.29.7 Path: /opt/homebrew/lib/docker/cli-plugins/docker-compose debug: Get a shell into any image or container (Docker Inc.) Version: 0.0.37 Path: /Users/bpan/.docker/cli-plugins/docker-debug desktop: Docker Desktop commands (Alpha) (Docker Inc.) Version: v0.0.15 Path: /Users/bpan/.docker/cli-plugins/docker-desktop dev: Docker Dev Environments (Docker Inc.) Version: v0.1.2 Path: /Users/bpan/.docker/cli-plugins/docker-dev extension: Manages Docker extensions (Docker Inc.) Version: v0.2.27 Path: /Users/bpan/.docker/cli-plugins/docker-extension feedback: Provide feedback, right in your terminal! (Docker Inc.) Version: v1.0.5 Path: /Users/bpan/.docker/cli-plugins/docker-feedback init: Creates Docker-related starter files for your project (Docker Inc.) Version: v1.3.0 Path: /Users/bpan/.docker/cli-plugins/docker-init sbom: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc.) Version: 0.6.0 Path: /Users/bpan/.docker/cli-plugins/docker-sbom scout: Docker Scout (Docker Inc.) Version: v1.14.0 Path: /Users/bpan/.docker/cli-plugins/docker-scout

Server: Containers: 41 Running: 19 Paused: 0 Stopped: 22 Images: 28 Server Version: 27.3.1 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: 472731909fa34bd7bc9c087e4c27943f9835f111 runc version: v1.1.13-0-g58aa920 init version: de40ad0 Security Options: seccomp Profile: unconfined cgroupns Kernel Version: 6.10.11-linuxkit Operating System: Docker Desktop OSType: linux Architecture: aarch64 CPUs: 6 Total Memory: 9.705GiB Name: docker-desktop ID: f353193a-81ae-4941-ad3f-9c7223dc93e1 Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http.docker.internal:3128 HTTPS Proxy: http.docker.internal:3128 No Proxy: hubproxy.docker.internal Labels: com.docker.desktop.address=unix:///Users/bpan/Library/Containers/com.docker.docker/Data/docker-cli.sock Experimental: false Insecure Registries: hubproxy.docker.internal:5555 127.0.0.0/8 Live Restore Enabled: false

WARNING: daemon is not using the default seccomp profile

Diagnostics ID

655EBD3C-8AB7-49A9-AF1B-83592B5B519C/20241031034040

Additional Info

No response

chunpan avatar Oct 31 '24 03:10 chunpan

Hey @chunpan,

Can you check whether Kubernetes is starting/stopping while you're trying to change a setting? Its status is displayed next to RAM & CPU. Image

doringeman avatar Oct 31 '24 15:10 doringeman

Hey @chunpan,

Can you check whether Kubernetes is starting/stopping while you're trying to change a setting? Its status is displayed next to RAM & CPU. Image

Hey @doringeman, Kubernetes is always stuck at the "starting" stage when I bring up this version of Docker Desktop, like you've shown on your screen.

chunpan avatar Oct 31 '24 17:10 chunpan

same issue with 4.38.0

rduan avatar Feb 12 '25 12:02 rduan

same issue with v4.40.0

alexanderkasten avatar Apr 23 '25 08:04 alexanderkasten

Same issue with 4.41.1

sponomarev72 avatar May 03 '25 01:05 sponomarev72

I can't reproduce this issue with 4.41.1. Can you verify the status of the Docker Engine or Kubernetes and if they are properly started?

bsousaa avatar May 05 '25 10:05 bsousaa

They seemed to be working but status had never become Started. I reset to factory settings via Troubleshooting menu and it seems to be working now.

sponomarev72 avatar May 05 '25 16:05 sponomarev72

same issue with v4.41.2

emirozmen07 avatar May 13 '25 07:05 emirozmen07

Same with me. My Kubernetes Context was not set to "docker-desktop". Changed it and it worked again (restart Docker Desktop): In case your K8 context is not set to "docker Image

Might be you need to disabled K8 and enable it after the context change again. Since you cannot change settings via DD ui do it as follows:

  1. stop DD
  2. In c:\users<Benutzerkonto>\AppData\Roaming\Docker\settings-store.json set "KubernetesEnabled" to "false"
  3. set the context in the command line : kubectl config use-context docker-desktop
  4. start DD and in the settings under Kubernetes → switch to "Enable Kubernetes"

hoerby25 avatar Oct 27 '25 07:10 hoerby25