raulkite's blog
Learning and travelling
Working traefik.yaml for kubernetes
My traefik.yaml conf
Dockerized Jenkins with https
Trying to execute jenkins with docker to run my tests and build automated docker images of my services I have had an awkward issue. Https is not working with the official jenkins image. The problem seems to be a bug using Java 8. So the only way I have found...
Docker prompt in bash
Some days ago I saw an amazing blat’s tweet. His code changed your prompt advertising you if your DOCKER_HOST variable was set. I have made some “improvements” to differentiate connections to simple docker hosts and swarm clusters.