-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
podlet compose --pod doesn't prepend requires with pod name #114
Comments
Good catch! I'll fix it for the next release. Support for fragments/anchors will also be part of the next release, see #58. |
Podlet also doesn't seem to prepend the pod name for network units
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I was using podlet to convert glitchtip's docker-compose file to a pod and found that the
requires
options weren't prepended with the pod name the same way that the container file names were. I had to make other changes to their compose file since they were taking advantage of the docker extension syntax to define their common options, so I've also included my edited version of the compose file to make it podlet-compatible.The text was updated successfully, but these errors were encountered: