-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Unterminated quoted string bug #21
Comments
spikhoff
changed the title
Fix unterminated quoted string bug
Unterminated quoted string bug
Feb 24, 2022
This looks like some sort of incompatibility with newer podman or just a podman bug. If you find a container with 'podman ps' and try: podman inspect CONTAINER_NAME -format='{{ range .Config.Env }}{{ . }}{{"\n"}}{{ end }}' does that produce the same error? |
It does:
|
Would you mind filing a bug against containers/libpod about this? It's possible that the template there is invalid in some way, but:
|
Worked around by #23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After rebasing F35 to F36 I'm no longer able to open vscode in toolbox.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: