Keeping your Cluster Clean – new features in Docker 1.13
On 13th January the official Docker blog announced the release of Docker 1.13 which includes a few much needed improvements; my favourite being the new clean-up commands.
On 13th January the official Docker blog announced the release of Docker 1.13 which includes a few much needed improvements; my favourite being the new clean-up commands.
Everyone knows you need data to make decisions. If you’re developing software of any sort, quick access to metrics can enable you to answer important questions like this:
Crafting the perfect development environment is difficult. Reproducing this environment for every member of your team, across development machines, running on different platforms and filled up with dependencies from previous projects is even harder.…