Kanat Bekt
Kanat Bekt
The `host-gw` backend for flannel is supposedly a lot more performant compared to `vxlan`. [0] I was just wondering if you had considered or tested this option before. `aws-vpc` is...
Hello, this adapter is great! I'm maintaining a hosted version of this at [Bekt/logspout-logstash](https://github.com/Bekt/logspout-logstash) on Docker Hub. I was wondering if you could link to it somewhere in this project.
The default template exposes only one port per container, which I find strange. I think more than often if the container exposes multiple ports (especially via [ports](https://docs.docker.com/compose/compose-file/#ports) instead of `expose`),...
Is there any way in the template I can tell the difference between `ports: "4000"` and `ports: 5000:4000"` in the `Address` struct? In the first case, HostPort is random, but...
Release notes: https://cloud.google.com/sdk/release_notes - The `0.9.88` gcloud release comes with breaking changes that affects this project (see [`circle.yml`](https://github.com/Bekt/invatar/blob/master/circle.yml). Replace `sudo $GCLOUD --quiet preview app run app.yaml --project=invatar0` with '/bin/dev_appserver.py .`...
Solves #7 This PR introduces building the image from a different upstream images (FROM). Since there's not a good way to subscribe to specific parent image tag builds, the `ci.sh`...