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
In the Swarm cluster, I can only create a container with the concept of replica, which is called service, or use docker run to start a local container.
I want to create a container in the swarm cluster. This container can't expand replicas and can be dispatched to any node in the cluster. The docker run command can only start the container locally, and the swarm service can change the number of copies at will. These are not what I want.
Please tell me what I should do, thank you!
The text was updated successfully, but these errors were encountered:
If this is really important to you, I suggest looking into solutions like https://github.com/ybrs/single-beat and handling this on the application side
In the Swarm cluster, I can only create a container with the concept of replica, which is called service, or use docker run to start a local container.
I want to create a container in the swarm cluster. This container can't expand replicas and can be dispatched to any node in the cluster. The docker run command can only start the container locally, and the swarm service can change the number of copies at will. These are not what I want.
Please tell me what I should do, thank you!
The text was updated successfully, but these errors were encountered: