First off great job guys, this is a really cool project.
I'm running Windows 10 and I have my project configured to use kaniko as the build engine and I'm using my own private registry.
I have docker for windows installed but not running. (I'm hoping other developers without docker don't have to install docker and can just use kaniko as the build engine instead to get started working on our project. For that reason I'm leaving docker off.)
When I run devspace up, I get the following:
[INFO] Building image 'kael/devspace' with engine 'kaniko'
Warning: failed to get default registry endpoint from daemon (error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/info: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.). Using system default: https://index.docker.io/v1/
[FATAL] Error during image registry authentication: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/auth: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
First off great job guys, this is a really cool project.
I'm running Windows 10 and I have my project configured to use kaniko as the build engine and I'm using my own private registry.
I have docker for windows installed but not running. (I'm hoping other developers without docker don't have to install docker and can just use kaniko as the build engine instead to get started working on our project. For that reason I'm leaving docker off.)
When I run devspace up, I get the following: