portainer: Latest tag of Portainer does not start the container [Windows]

Description

I’m trying to install portainer with the latest tag, but it won’t start. It outputs the following Error:

C:\Program Files\Docker\Docker\resources\bin\docker.exe: Error response from daemon: container df6d9d997f1850cb9ba9ed81b618aa0690288691f0cdb42e59784e30dfa7193a encountered an error during CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2) [Event Detail: Provider: 00000000-0000-0000-0000-000000000000] [Event Detail: Provider: 00000000-0000-0000-0000-000000000000] [Event Detail: onecore\vm\compute\management\orchestration\vmhostedcontainer\processmanagement.cpp(173)\vmcomputeagent.exe!00007FF711039D2B: (caller: 00007FF710FEE13A) Exception(4) tid(384) 80070002 The system cannot find the file specified. CallContext:[\Bridge_ProcessMessage\VmHostedContainer_ExecuteProcess] Provider: 00000000-0000-0000-0000-000000000000] extra info: {“CommandLine”:“/portainer.exe”,“WorkingDirectory”:“C:\”,“CreateStdInPipe”:true,“CreateStdOutPipe”:true,“CreateStdErrPipe”:true,“ConsoleSize”:[0,0]}.

I already tried older tags, but it results in the same issue.

Steps to reproduce the issue (used commands):

  1. docker volume create portainer_data
  2. docker run -d -p 8000:8000 -p 9000:9000 --name portainer --restart always -v \\.\pipe\docker_engine:\\.\pipe\docker_engine -v portainer_data:C:\data portainer/portainer

Technical details: docker info:

Client: Debug Mode: false Plugins: app: Docker Application (Docker Inc., v0.8.0) buildx: Build with BuildKit (Docker Inc., v0.3.1-tp-docker) Server: Containers: 3 Running: 0 Paused: 0 Stopped: 3 Images: 5 Server Version: 19.03.5 Storage Driver: windowsfilter (windows) lcow (linux) Windows: LCOW: Logging Driver: json-file Plugins: Volume: local Network: ics internal l2bridge l2tunnel nat null overlay private transparent Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog Swarm: inactive Default Isolation: hyperv Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) Operating System: Windows 10 Enterprise Version 1809 (OS Build 17763.1039) OSType: windows Architecture: x86_64 CPUs: 8 Total Memory: 15.86GiB Name: N0076W05 ID: BLIV:JR5I:YVS2:MW55:LBLU:QTF5:NTZZ:FT5N:NNQV:TQBB:HD6U:SKTJ Docker Root Dir: C:\ProgramData\Docker Debug Mode: true File Descriptors: -1 Goroutines: 28 System Time: 2020-02-19T09:00:14.9752521+01:00 EventsListeners: 1 Registry: https://index.docker.io/v1/ Labels: Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false Product License: Community Engine

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 19 (5 by maintainers)

Most upvoted comments

The portainer.exe is missing from the 1.23.1 Windows image.