docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.25k stars 1.41k forks source link

Create hello-world-nginx does not work #5723

Closed maruthihr closed 4 years ago

maruthihr commented 4 years ago

Expected behavior

Create hello-world-nginx should download an nginx image and launch a container from it

Actual behavior

On clicking Create, Following error is reported failed to register layer: re-exec error: exit status 1: output: ProcessBaseLayer \?\C:\ProgramData\Docker\windowsfilter\650fdf35c75717da07795bdc6fe2cfc598f54e9264eb021b684c38fc14d00bce: The system cannot find the path specified.

Information about the Issue

On windows 10. Docker daemon set to windows container mode. Connects to docker hub

Steps to reproduce the behavior

  1. Start Kitematic
  2. Click on Create 'hello-world-nginx'
thaJeztah commented 4 years ago

I think that image is only available as a Linux image; if you are running Docker Desktop, and want to run Linux containers, you need to switch docker to Linux containers; https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers

I don't think there's a bug at hand here, so I'm closing this issue, but feel free to continue the conversation