-
Remove non-simcore services from simcore-stack and associated docker-compose.yml files.
This will ring a better code design. This popped up in this context: https://github.com/ITISFoundation/osparc…
-
I hope I can auto configure all service with a single `docker-compose.yaml`.
Read enviroment variable (from `.env` file or `docker/run/secret` swarm) to create lan service
-
**Description**
Swarm services deployed as stack on 3 nodes. After a reboot some services do not cleanup their dead containers. The number of dead, orphaned containers grow with each reboot.
…
-
**Description**
I have a service in swarm, which has two processes. Each of them try to resolve a name ( via getaddrinfo ) and then bind to that ip. This is working fine with plain "docker run --ne…
-
**Description**
I have problems with failing healthchecks inside of containers in the swarm cluster. Randomly they are timing out on simple `curl -f http://localhost:5000/healthcheck`. I noticed th…
-
_Initially reported: https://github.com/docker/docker/issues/24865, but I realized it actually belongs here. Feel free to close the other one if you want. Content of the original issue copied below._
…
-
In https://github.com/flutter/flutter/issues/148876 it was discovered that--over time--our macOS devicelab bots fill up available disk space, mostly in `/Users/swarming/Library/Containers/com.apple.Co…
-
Right now the tasks instance method (http://www.rubydoc.info/gems/docker-swarm-api/Docker/Swarm/Swarm#tasks-instance_method) of the Swarm class does not take any parameters and as such returns every t…
-
I think that this is a Mercure issue, but please correct me if I'm wrong…
We have just deployed an API-Platform based project to a Docker Swarm and it's working nicely, however when we attempt to u…
-
Currently, our EC2 instances are publicly available.
1. Create Private Subnets: Move our Docker Swarm nodes to private subnets. Private subnets don't have a route to the internet by default and the…