We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portainer Agent miss the support for Windows Server 2025 host, there is no image based on windows-servercore:ltsc2025
It should be possible to install Portainer on a Windows Server 2025 host
Error starting container with message: The operating system of the container does not match the operating system of the host. (0xc0370101)
The operating system of the container does not match the operating system of the host. (0xc0370101)
docker run -d -p 9001:9001 --name portainer_agent --restart=always -v C:\:C:\host -v C:\ProgramData\docker\volumes:C:\ProgramData\docker\volumes -v \\.\pipe\docker_engine:\\.\pipe\docker_engine portainer/agent:2.25.1
No response
2.25.1
Business Edition (BE/EE) with 5NF / 3NF license
Docker 27.4.1
Windows Server 2025, AMD64
The text was updated successfully, but these errors were encountered:
Hello @DavideBonfanti - We have not yet added support for Windows 2025 at this stage. I will update here when we have more information.
Sorry, something went wrong.
No branches or pull requests
Before you start please confirm the following.
Problem Description
Portainer Agent miss the support for Windows Server 2025 host, there is no image based on windows-servercore:ltsc2025
Expected Behavior
It should be possible to install Portainer on a Windows Server 2025 host
Actual Behavior
Error starting container with message:
The operating system of the container does not match the operating system of the host. (0xc0370101)
Steps to Reproduce
docker run -d -p 9001:9001 --name portainer_agent --restart=always -v C:\:C:\host -v C:\ProgramData\docker\volumes:C:\ProgramData\docker\volumes -v \\.\pipe\docker_engine:\\.\pipe\docker_engine portainer/agent:2.25.1
Portainer logs or screenshots
No response
Portainer version
2.25.1
Portainer Edition
Business Edition (BE/EE) with 5NF / 3NF license
Platform and Version
Docker 27.4.1
OS and Architecture
Windows Server 2025, AMD64
Browser
No response
What command did you use to deploy Portainer?
Additional Information
No response
The text was updated successfully, but these errors were encountered: