Closed jmarhee closed 3 years ago
Hello!! Thank you for reporting this. It is a duplicate of https://github.com/tinkerbell/sandbox/issues/53
if you want to help with that, please raise a PR!! we need a fix for that!
What is the solution to this error? I'm also facing the same issue!
The following lines are in conflict: https://github.com/tinkerbell/sandbox/blob/58937939c36239e9fb3fb03b5e744f7d0249a9c4/deploy/docker-compose.yml#L117
and
https://github.com/tinkerbell/sandbox/blob/58937939c36239e9fb3fb03b5e744f7d0249a9c4/deploy/docker-compose.yml#L144-L147
Resulting in:
From my reading of this container configuration, it seems like the
network_mode: host
line would be preferable to be removed. It seems to work either way (I tried this using both configurations and was able to complete a provisioning), but not totally sure what the prefered resolution might be if there are implications to either that I'm not considering. Thanks!