docker: multi-stage builds

Multi-stage builds are a new feature requiring Docker 17.05 or higher on the daemon and client.  With multi-stage builds, you use multiple FROM statements in your Dockerfile. Each FROMinstruction can use a different …

Intro Guide to Dockerfile Best Practices

There are over one million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to help …

Argoproj – Get stuff done with Kubernetes

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition). Define workflows where each …

portainer.io

Pokud si hrajete s Dockerem, mohlo by se vám libit třeba i tohle. Portainer was developed to help customers adopt Docker container technology and accelerate time-to-value. It has never been …

Docker dokumentace

Až se rozhodnete, že byste své aplikace chtěli distribuovat v kontejnerech, může se vám hodit info jak na to. pro vagrant learning docker docker cookbook using docker monitoring docker getting …