martintrojer.github.io
Moving my devboxes to Docker
http://martintrojer.github.io/software/2015/02/22/moving-my-devboxes-to-docker
Moving my devboxes to Docker. I’ve been quite vocal about my opinions on development environments and automating the creation of them on this blog. Boiling it down to the 2 points I feel most strongly about it would be;. Always develop in a production-like environment. Automate the creation of these environments. Is it possible to do your work inside containers similar to they way you can do in VMs? To mount you source into the container. This setup satisfies the 2 laws listed above, the container you ar...
touchdownconsulting.nl
Touchdown Consulting Services - Page 2 of 5 - application, e-commerce and website development
https://www.touchdownconsulting.nl/page/2
Application, e-commerce and website development. About Touchdown Consulting Services. The road to continuous deployment: a case study. July 8, 2016. July 21, 2016. Below are the slides of my talk “The road to continuous deployment: a case study”, as presented at the Dutch PHP Conference in June 2016. I’m planning to dedicate a series of blogposts to this particular topic later this year. But how to proceed? Tips and best practices. The road to continuous deployment: a case study (DPC16). December 2, 2014.
pythonclub.com.br
Categoria Django // PythonClub //
http://pythonclub.com.br/category/django.html
Não deixe de ver! Esta comunidade é signatária do. Upload de arquivos no Django: entendendo os modos de leitura. Em uma conversa com a galera do Welcome to the Django. Acabei experimentando e aprendendo na prática sobre. E a maneira como uploads funcionam. Registrei minha exploração e espero que mais gente possa encontrar uma ou outra coisa nova aqui! Fui alterar um . Middot; Fri 26 February 2016. Criando novos comandos no django-admin. O django-admin ou manage.py. Middot; Thu 03 December 2015. Se você c...
andreagrandi.it
Linux – Andrea Grandi
https://www.andreagrandi.it/category/linux
Software engineer, Qt Ambassador and Ubuntu member. Tutorials, guide, howto e documentazione su Linux. Getting a free SSL certificate from Letsencrypt and configuring it on Nginx with automatic renewal. Comments Off on Getting a free SSL certificate from Letsencrypt and configuring it on Nginx with automatic renewal. Went to public beta. And I really couldn’t wait to use it on my VPS (where this blog is hosted). Until few days ago I was using a free SSL. Not only gives free SSL certificates. Option, spec...
blog.chmouel.com
chmouel – Chmouel's Blog
http://blog.chmouel.com/author/chmouel
Random and probably boring stuff from me. Road to Ironman Frankfurt 2017. August 8, 2016. August 8, 2016. IRONMAN Frankfurt 2015 – Skynamic Drone Footage for Hessischer Rundfunk. It’s been almost a year since I blogged so today is for something almost completely different is a post about my “sporting” life. So after much thinking I decided to get myself to the full ironman happening in 2017 by frankfurt. Which make things much easier for bad swimmer. There is a nifty blog post on runtri.com. There is as ...
blog.chmouel.com
Docker – Chmouel's Blog
http://blog.chmouel.com/category/docker
Random and probably boring stuff from me. Building RPM with Docker images. December 31, 2014. December 31, 2014. For an internal project at work I have been thinking about more how to generate RPMs out of our CI. I wanted to have them produced as artifacts of the build so I can test how if they can be installed and properly working with some smoketests. Since we are using Docker for most of the things in our CI, I have been thinking about more about how to do that with docker images and RPM. For generati...
davidmburke.com
Docker in dev and in production – a complete and DIY guide – Technology Against You
http://davidmburke.com/2014/09/26/docker-in-dev-and-in-production-a-complete-and-diy-guide
David Burke's blog. Docker in dev and in production – a complete and DIY guide. Is an amazing Linux containerization tool. At Burke Software. We moved our development environment to Fig. Months ago and are now using Docker in production as well. This guide should give you ideas. I’m going to cover a lot of technologies not related to Docker to give you an idea how we do things. In my examples I’m using burkesoftware.com which is on GitHub. In development we use Fig. Current state of Docker in production.
rockyj.in
Rocky Jaiswal | Build great JRuby apps with Docker
http://rockyj.in/2014/09/14/jruby_docker.html
And some weekend hacking. Build great JRuby apps with Docker. Is an exciting piece of technology. You can build a ready to use Linux containers by just just writing all your dependencies / packages declared in an easy to read text file. Since a lot of sites have Docker introduction covered we will start right off with a Dockerfile to setup a JRuby Rails app. You can put this file in your Rails project so that it is version managed like the rest of the code. To get a Docker image from this file run -.
engineering.laterooms.com
Simplifying Docker with Fig
http://engineering.laterooms.com/simplifying-docker-with-fig
Simplifying Docker with Fig. Simplifying Docker with Fig. Hopefully I don't need to convince you that Docker. The containerisation tool, is pretty great. I've had a lot of fun over the past few days getting a version of the ELK stack up and running on my Windows box. As part of this journey of discovery I've encountered a few tools that have massively helped me along. Fig is one of those tools. Docker run -v /vagrant/logstash.conf:/opt/logstash/conf.d my/logstash-image. Or something along those lines....