Scrum Guide Distilled
Summary in preparation of the PSM and PSPO certification based on the official Scrum guide and the sample questions discussion.
Summary in preparation of the PSM and PSPO certification based on the official Scrum guide and the sample questions discussion.
Is isolation secure? Is sharing insecure? The latest advances in the sharing technology extend compute virtualization to the network and storage as well. So ...
When deploying the official docker hub mariadb image, an unspecific default configuration file will be provided, thus no performance parameters are set nor t...
Building software sources and their according runtime containers are two different concerns. Docker introduced about one year ago the multistage build featur...
Volumes are required whenever the container state must be preserved between deployments. There are plenty of blog posts out there about Docker Volumes and al...