I'm in the process of setting up a Docker Swarm cluster
Im on this step:
sudo docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock
However, it looks like it's not deamonizing it (the program is still holding the screen)
How do I daemonize it?