101268/how-to-get-logs-in-docker-swarm
Hi Guys,
I have created a docker swarm. I want to see the logs of the swarm. How can I do that?
Hi@akhtar,
You can get the logs of your docker swarm as well. You can use the docker service command for that.
$ docker service logs -f {NAME_OF_THE_SERVICE}
Hi@akhtar, To create a service in Docker swarm, ...READ MORE
Hi@akhtar, You can change the node availability according to ...READ MORE
Hi@akhtar, To create an overlay network for use ...READ MORE
Hi@akhtar, You can run the docker service update ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
Swarm is easy handling while kn8 is ...READ MORE
Hi@akhtar, You can find the manager hostname using ...READ MORE
Hi@akhtar, You need to initialize one node with ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.