Setting ipcMode to container:[...]
always results in a change
#1354
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
ipc docs https://docs.docker.com/reference/cli/docker/container/run/#ipc
setting
ipcMode
tocontainer:${otherContainerName}
results in pulumi always recognizing a change, bc docker resolvesotherContainerName
to its container id and responds with the container state having ipcModecontainer:$idOfOtherContainer
understanding this i tried setting it as a computed value of the output of the other container, but this resulted in pulumi also always recognizing it as having changed bc its set as a computed value (?)
Sample program
Log output
from pulumi up details
Affected Resource(s)
pulumi-docker
Output of
pulumi about
x
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: