30th of December, 2016 00:47
Many developers, I talked to, use Docker only for local development. And are suspicious about Docker when in comes to Production. Today I hope to make some of them feel more confident about Docker and share my experience deploying simple web applications to Production using Docker.
By the way, current blog uses Docker both locally and in Production. Fork me
For containers orchestration I use Rancher

Read more
18th of December, 2016 14:00
"Docker" - is a technology that allows you to package your application in an isolated container. No matter what - a web server, your program on Rails or MySQL database. With «Docker" you can skip installation and configuration of the required software on the local machine. You shouldn't worry that it might break something on your local machine or doesn't start at all. Just pull the container with MySQL, start it - and it works.
- Fabrizio Soppelsa, Docker developer.
On recent Ruby meetup from Mobidev we discussed many interesting themes, among them was Docker (video is in Russian, see English slides below):
Read more