tiagoalves83

Results 6 issues of tiagoalves83

**Output of** `docker version`: ``` Client: Version: 1.12.0-rc3 API version: 1.24 Go version: go1.6.2 Git commit: 91e29e8 Built: Sat Jul 2 00:17:11 2016 OS/Arch: darwin/amd64 Server: Version: 1.12.0-rc3 API version:...

More Info Requested

Sometimes the docker certificates are storage in other places than files. Maybe DockerCertificates could load from InputStream or String instead of Path / File. This is a suggestion. private methods...

Hi, Does k8s-AppController run with a kubernetes [federation](http://kubernetes.io/docs/admin/federation/) ? How can I achieve that ?

How to upgrade netbox chart ? I tried: ``` helm repo update helm upgrade netbox-enix enix/netbox ``` got the following error: ``` $ helm upgrade netbox-enix enix/netbox Error: UPGRADE FAILED:...

netbox

What I tried: `helm install netbox-enix enix/netbox` **BUG 1:** postgresql image could not be pulled **Solution** replace container location from `docker.io/bitnami/postgresql:11.8.0-debian-10-r14` to `bitnami/postgresql:11.8.0-debian-10-r14` **BUG 2:** redis image could not be...

bug
netbox

[PHP 5.6] When a php script tries to call mail() function it gets "/usr/sbin/sendmail: File not found" error. Is it possible to install sendmail ? How ?