Prashanth Joseph Babu
Prashanth Joseph Babu
I understand that the following PR ( https://github.com/firebase/firebase-admin-go/pull/215/files ) brings in a default retryconfig which allows upto 4 retries . I did notice a comment there where there was some...
Applies the patch present here https://github.com/bulldog2011/bigqueue/issues/39
This PR addresses issue https://github.com/ecki/net-tools/issues/12 . Setting the environment variable PATH_PROC to the path of the procfs will allow netstat fill in the process/pid data using PATH_PROC value
Here is the docker compose file > {"networks":{"default":{}},"services":{"helloworld":{"container_name":"helloworld","environment":["TEST=hello"],"image":"tutum/hello-world","networks":{"default":{}}}},"version":"2.0","volumes":{}} This docker compose file fails with libcompose but works with docker-compose CLI. Narrowed down the problem to : ERRO[0000] Failed Starting helloworld...
The following docker compose file fails to work with libcompose > version: "2.0" > services: > postgres: > image: 'postgres:10.4' > container_name: postgres > restart: always > networks: > my-network:...
According to documentation https://docs.docker.com/compose/compose-file/compose-versioning/#version-2 . Version 2 and 2.0 are meant to be the same although libcompose seems to be treating them differently throwing out a different config whenever the...