Containers and images not updating (refreshing) · Issue #9401 · docker/for-win (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@Flightkick

Description

@Flightkick

Expected behavior

I expect the UI to be responsive and display the current state of my docker containers & images.

Actual behavior

The list of containers and the list of images are populated on startup but their contents are not updated during runtime. For example: whenever I run a new container through a docker run command with Powershell I have to restart the Docker Desktop application to see the actual state.

Information

Steps to reproduce the behavior

  1. Make sure there's a local docker image
  2. Check the 'Containers / Apps' tab
  3. Run a new container for the image in step 1 through powershell
  4. Check the 'Containers / Apps' tab - You should notice the container is not listed
  5. Restart Docker Desktop and check the tab again - You should notice the container is now listed properly.