Hello everyone, I’m currently trying to get started with Docker, and I’m using Windows 11 as my operating system. I have installed Docker for Windows version v4.24.2. I now want to be able to start and stop my Docker daemon from the command line. In a tutorial, I saw that this is done using the commands “sudo systemctl stop docker” and “sudo systemctl start docker.” Unfortunately, these commands don’t work in the Windows command line. I would appreciate it if someone could assist me with this.
Thanks for your help
manfred