When following the installation instructions step-by-step I get an error at step 5:
docker stack deploy -c docker-compose.yml -c docker-compose.dev.yml newsgacdev
this node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again
When I run docker swarm init step 5 runs without errors. So I guess this should be added to the installation instructions (maybe only the first time installing?)
After running step 5, it takes a very long time until the server is responsive. If this is common, it would be good to mention this in the installation instructions.
When following the installation instructions step-by-step I get an error at step 5:
When I run
docker swarm init
step 5 runs without errors. So I guess this should be added to the installation instructions (maybe only the first time installing?)After running step 5, it takes a very long time until the server is responsive. If this is common, it would be good to mention this in the installation instructions.