I'd like to know how to check if Docker is running on Windows by means of the command line (cmd or powershell).
Although, I've found several posts indicating the solution to this, they are for Linux environments:
How to check if docker is running or not
How to check if docker daemon is running?
I couldn't get the answer for Windows systems.
Try running either of these commands on Powershell or cmd, if docker is installed, you should get a error free response:
docker --version
ORdocker-compose --version
ORdocker ps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With