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
If a path has a special character in it, such as a tab, the output of docker-compose config is
docker-compose config
services: test_hay: volumes: - "/tmp/f o o\tbar/test-docker_functions.bsh-3685004.q7YBc5ev/test4:/src:rw" - "/tmp/f o o\tbar/test-docker_functions.bsh-3591660.0AqqVZoq/test4/foo\"b'ar:/src:rw" - "/tmp/f o o\tbar/test-docker_functions.bsh-3591660.0AqqVZoq/test4/f\U0001F61B\ oo\"b'ar:/src:rw"
parse-docker-compose-volumes does not currently handle this for long or short formats.
parse-docker-compose-volumes
Unicode is an issue, and not generally supported.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a path has a special character in it, such as a tab, the output of
docker-compose config
isparse-docker-compose-volumes
does not currently handle this for long or short formats.Unicode is an issue, and not generally supported.
The text was updated successfully, but these errors were encountered: