Join us

heart Posts from the community tagged with docker...
Story Brainarator Team
@eon01 shared a post, 3 years, 7 months ago
Founder, FAUN

Coming Soon: Brainarator - Self-paced, Interactive Learning for Developers, that Works

An ultimate clarity compass for software engineering practices.

Brainarator Learning New Technologies Faster & Easier.png
Story
@devgraph shared a post, 3 years, 7 months ago
Devgraph

Building a Vagrant Box: Setting up your Environment

So, you want to set up a virtual development environment. But before you begin, here is a detailed guide on how to utilize the vagrant box and virtual machine.

Vagrantbox
Story
@sowmenrahman shared a post, 3 years, 11 months ago
Junior Software Engineer, Arcade Studios

Blue/Green deployment strategy

Canary deployment strategy also known as blue/green deployment, is an industry standard protocol for deployment with zero downtime by utilizing two separate environments and switching during source code updates or rollbacks. Canary deployments have a lot of advantages when it comes to multi-server configuration and aids in technical cases like version rollbacks, and a/b testing.

Canary deployments
Link
@niels_claeys shared a link, 1 year, 6 months ago
Data engineer, Data Minded

How we reduced our docker build times by 40%

This blogpost describes two ways to speed up building your Docker images: caching build info remotely and using the new link option when copying files

How we reduced our docker build times by 40%