depcon
depcon copied to clipboard
Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.
Whenever triggering a "depcon app create" using a marathon description file (eg: marathon.json) with a healthcheck using the "port" attribute, the application will get deployed but the health check used...
`app scale [applicationId] [instances]` has no effect when providing `0` instances. Works with any other value. However it seems that the Marathon API does not return an error so the...
Hi, I've set my portMappings as below: ``` portMappings: - containerPort: 80 servicePort: ${SERVICE_PORT} protocol: tcp ``` But I'm unable to create an application with servicePort as a variable due...
At least while experimenting, i'd like to be able to use depcon without requiring end users to know about it. Our company has decided that docker-compose.yml will be our lingua...
I'm unable to get the logs of an app. ``` depcon -e develop app log app_id panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x28...
The docker-compose example seems more thorough. I don't see a section listing all possible depcon app commands. I also don't see how to start an app, just delete or refresh...