Categories
Business Central Docker Dynamics NAV Microsoft Windows Server 2016

hcsshim::ImportLayer – failed failed in Win32: The system cannot find the path specified. (0x3)

While creating a new Docker Container the script stopped with the following error message:

re-exec error: exit status 1: output: hcsshim::ImportLayer – failed failed in Win32: The system cannot find the path specified. (0x3)

Solution:

  1. Open PowerShell ISE as Administrator
  2. Execute the following command to clear the images:
    docker images prune
  3. Execute the following command to clean everything (Images, Containers, Cache and Networks):
    docker system prune

Did my solution solve your problem? Leave a reply.

One reply on “hcsshim::ImportLayer – failed failed in Win32: The system cannot find the path specified. (0x3)”

It did not help. In fact I reinstalled the docker desktop and started from scratch but for some reason I hit this error when I install an application to the base image. Any clue what else I can check?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.