Virtuos
Virtuos
> The service you are trying to run is exiting. So it tries to create a new one everytime. > You can check the logs by > `docker service ls`...
it is like @Madhan1106 says. If you have other dependencies than swagger-annotations you have to remove them to make it work. I had to remove springfox dependency. My actual dependencies...
It is a linux issue. You have to be root on a container and disable a the **icmp_echo_ignore_broadcast** variable. to disable it `sysctl net.ipv4.icmp_echo_ignore_broadcasts=0` to control the output `sysctl net.ipv4.icmp_echo_ignore_broadcasts`...
inside of the container