You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to move containers from compose to nomad but I'm running in to a lot of issues.
One is private bridge networking between a stack of containers.
Using network_mode task:taskname results in "namespace mode container requires a value" on the task that should connect to the main task.
Running nats_simple_pod.nomad gives me the same error so it is not my task configuration.
Podman: 3.0.1
Nomad: 1.5.3
Plugin: 0.4.2
I don't see anything in de example config I don't have in my client/server either
The text was updated successfully, but these errors were encountered:
I'm trying to move containers from compose to nomad but I'm running in to a lot of issues.
One is private bridge networking between a stack of containers.
Using network_mode task:taskname results in "namespace mode container requires a value" on the task that should connect to the main task.
Running nats_simple_pod.nomad gives me the same error so it is not my task configuration.
Podman: 3.0.1
Nomad: 1.5.3
Plugin: 0.4.2
I don't see anything in de example config I don't have in my client/server either
The text was updated successfully, but these errors were encountered: