I have used two servers (demo1 and demo2) to achieve distributed deployment through Docker Swarm.
| meta | storag | graph
demo1 | meta0 | storag0 | graph demo2 | meta1 | storage1 | ---- demo2 | meta2 | storage2 | ----
After execution, the following error occurred:
Port conflict between meta0 and meta1.
In the YAML file, when I keep meta0
and change graphd
and storaged0
to start on a single server, the containers remain in a "Creating" - "Failed" - "Created" state.
Is there any issue with the YAML file for implementing distributed deployment across different servers using Swarm?