Docker is a light weight virtualization tools and Docker Swarm is a inbuild docker management tools, While working on docker sometimes we need to check the docker swarm status.
In this post, We will get the docker swarm status by using given command.
sudo docker info
This command give you lots if information about docker services and there status also.
Conclusion
We have successfully get the Docker swarm status on ubuntu machine its enabled or not, Still you have any question, Please leave a message below :-
How to get Docker Swarm status on Ubuntu 22.04 LTS