Notice: Undefined index: image_alt in
/var/www/html/inc/_core/_misc.funcs.php on line
9311
First, in Docker Desktop, navigate to Config -> Resources -> File Sharing then create the "C:\Docker" location

Create the following Folders:
C:\Docker\Dockge\app
C:\Docker\Dockge\opt
Run the following command:
docker run -d ^
--name="dockge-container" ^
-p=9001:5001 ^
-v="C:\Docker\Dockge\app:/app/data" ^
-v="C:\Docker\Dockge\opt:/opt/stacks" ^
-v="/var/run/docker.sock:/var/run/docker.sock" ^
--restart=always ^
louislam/dockge:latest
Here are some supporting links:
Install Dockge A Docker Companion On Windows!
Dockge run command
Deploy Portainer Server