i built my first web application with Spring Boot and wanted to run it / test it locally but when i start my Application it throws the exception:
DockerProcessStartException: Unable to start docker process. Is docker correctly installed?
So do i have to install Docker in order to run Spring Boot Applications?
(I didnt install Docker so far, because it was not mentioned in any guide i have read)
Please be kind, i dont know what im doing.