-
### Description
Hi,
I'm trying to deploy service dynamically under docker swarm mode by docker compose yml and some variables. Here's my docker compose yml ↓
```TEXT
version: '3.9'
services:
…
-
Am I missing something or are there no utilities to init and join a swarm from this package?
-
### Description
Everything needed is in Steps to reproduce. I expect to have no error
### Steps To Reproduce
1. with this docker compose file:
```
services:
container1:
image: ubuntu:22.04
…
-
##### SUMMARY
Using latest [image](https://github.com/oasisprotocol/oasis-web3-gateway/pkgs/container/sapphire-localnet/310324874), sapphire-localnet container initialization stalls indefin…
-
-
Create a single docker swarm for Mesos Cluster
5 Node Zookeeper+Exhibitor cluster
3 Node Mesos Master cluster
3 Node Aurora cluster
-
Absolutely love the minimalistic approach, tried it out works Traefik+ My-Paas works great and fast.
Just wondering if Docker Swarm will be added in the future.
Also would love if env values could b…
-
### Description
According to [this](https://docs.docker.com/engine/swarm/stack-deploy/, docker swarm does not integrate with docker compose. Additionally, it only directly supports an outdated versi…
-
Hello, I spend so many weeks trying to configure airflow using secrets in docker swarm.
I try to use this config in my compose:
environment:
- LOAD_EX=y
- FERNET_KEY_CMD=$$(cat…
-
**Description**
IIRC Previous swarm and swarm mode RC's provided some default engine labels like Operating System / Arch / ExecutionDriver / StorageDriver / etc. Seems like that is not present anymor…