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
Service Details Not Presenting Service Details w/GMSA Cred Spec File
Service Details are displayed without error.
Steps to reproduce the issue:
[1] tee example-config.txt <<<"unimportant config content" [2] tee example-gmsa.txt <<<"unimportant gmsa content"
[3] docker config create example-config example-config.txt [4] docker config create example-gmsa example-gmsa.txt
[5] sudo docker service create \ --credential-spec config://example-gmsa \ --config example-config \ --replicas 0 \ --name nginx-service \ nginx:latest
[6] docker inspect nginx-service
2.19.1
Business Edition (BE/EE) with 5NF / 3NF license
Docker 24.0.3
Linux
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Before you start please confirm the following.
Problem Description
Service Details Not Presenting Service Details w/GMSA Cred Spec File
Expected Behavior
Service Details are displayed without error.
Actual Behavior
Service Details Not Presenting Service Details w/GMSA Cred Spec File
Steps to Reproduce
Steps to reproduce the issue:
[1] tee example-config.txt <<<"unimportant config content"
[2] tee example-gmsa.txt <<<"unimportant gmsa content"
[3] docker config create example-config example-config.txt
[4] docker config create example-gmsa example-gmsa.txt
[5] sudo docker service create \ --credential-spec config://example-gmsa \ --config example-config \ --replicas 0 \ --name nginx-service \ nginx:latest
[6] docker inspect nginx-service
Portainer logs or screenshots
Portainer version
2.19.1
Portainer Edition
Business Edition (BE/EE) with 5NF / 3NF license
Platform and Version
Docker 24.0.3
OS and Architecture
Linux
Browser
No response
What command did you use to deploy Portainer?
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: