With the second annual SaaStr Europe around the corner, we are getting ready to head for Paris and join fellow founders, developers and specialists in the B2B SaaS community. Flights booked…check! Demos ready…check! SaaStr Europa is Europe’s largest gathering of people that are passionate about software development and integration on a cloud platform, and we are keen to get our …

This blog post describes the best way to host private Docker Registry instance on Amazon EC2 and Amazon S3. You can skip the lyrics and go to the ‘Resources’ section to get the ECS Task Definition JSON. When working with microservices nowadays, you can hardly avoid using Docker. After building your first Docker container, your next step would be to …

Docker containers

This article will describe several alternatives for gathering Docker containers logs in the distributed environment of Apache Marathon / Mesos cluster, like Syslog, Container linking, Docker REST API, embedded logging piping stdout/stderr and Mesos APIs for that. We’ll go through a problem statement, different alternatives and describe the challenges related to each of them. tl;dr: Docker REST API combined with …