Docker Swarm Cluster daemonize

0 votes
I’m trying to setup docker swarm cluster.

sudo docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock

This step doesn’t seem to work as the program still holds the screen, its not deamonizing it.
Aug 27, 2018 in Docker by lina
• 8,220 points
473 views

1 answer to this question.

0 votes

Make sure you run the deamon as a background process. To do so use nohup

In your case sudo nohup docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock &
answered Aug 27, 2018 by Kalgi
• 52,360 points

Related Questions In Docker

0 votes
1 answer
0 votes
1 answer

Access IP address of Couchbase container on Docker Swarm cluster

The property .NetworkSettings.Ports is a map, not a struct. ...READ MORE

answered Aug 24, 2018 in Docker by Nilesh
• 7,050 points
774 views
0 votes
1 answer

How to remove a worker node from the docker swarm cluster?

Hi@akhtar, To remove a worker node from the ...READ MORE

answered Dec 24, 2020 in Docker by MD
• 95,440 points
5,107 views
+5 votes
7 answers

Docker swarm vs kubernetes

Swarm is easy handling while kn8 is ...READ MORE

answered Aug 27, 2018 in Docker by Mahesh Ajmeria
3,137 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,584 views
0 votes
1 answer

replicate docker swarm cluster

There is nothing like in-built utilities for ...READ MORE

answered Aug 23, 2018 in Docker by Kalgi
• 52,360 points
668 views
+2 votes
1 answer

Nodes not able to join docker swarm cluster

You need to provide more information like ...READ MORE

answered Sep 26, 2018 in Docker by Kalgi
• 52,360 points
1,643 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP