docker-compose-swarm-mode
docker-compose-swarm-mode copied to clipboard
docker-compose that works with Docker 1.12 swarm mode and converter to Kubernetes format.
``` services: my-service: env_file: - ./my.env ``` If an env_file contains a relative path (eg ./my.env), I receive the following error: ``` Traceback (most recent call last): File "/usr/bin/docker-compose-swarm-mode", line...
Hi, tls commands are missing like: --tlsverify --tlscacert --tlskey -H Thank you.
Hi, Great tools in waiting of an implementation in docker-compose. My folder contains dot (like passprotect.shadoware.org) but a service can't be created with dot. It will be great if we...