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
Now that the core is not initializing docker swarm, the install script should do it.
The script should first check if swarm is already initialized, if not, it should try to initialized and fail if it couldn't with the simple command docker swarm init.
Now that the core is not initializing docker swarm, the install script should do it.
The script should first check if swarm is already initialized, if not, it should try to initialized and fail if it couldn't with the simple command
docker swarm init
.Related to mesg-foundation/engine#213 and mesg-foundation/engine#615
The text was updated successfully, but these errors were encountered: