- This repository contains a simplistic 3-tier web application that’s been containerized.
- I did the frontend setup such that the Vuejs/Vuetify application container would have hot module reloading. The setup was functional earlier today as seen in the gifs.
- The container began to fail while modifying content in the frontend’s file system resulting in Docker crashing to an unrecoverable state.
- After doing a restart and a shutdown, Docker still hangs at startup.
- Frontend HMR intermittently fails after attempting to add AJAX call to backend. I suspect the AJAX call isn’t responsible for the failure as I never triggered the event; rather, the HMR went crazy while adding the code. See suspect directory for code.
-
When attempting to restart the container Docker give the following notification:
-
Stats reported by container while spinning
-
Logs, Inspect, Files and Exec cannot be accessed from Docker Desktop GUI for any container
-
High CPU usage
-
Docker CLI is also unresponsive
-
Docker notified it failed to remove compose application:
-
docker-compose down
is unresponsive -
Turning off Docker via tab tray causes a hang once start up stage begins
-
Task manager indicates many docker background processes
-
After ending tasks and restarting Docker notifies further errors
-
HMR is supported with the following changes:
-
Both restart and windows shutdown were conducted but Docker continues to hang on start up
-
Host operating system
Windows 11 Home 64-bit, 22H2 AMD Ryzen 7, X86-64
-