About
-
Buildkit: Schneller Container-Images bauen
von
in DevelopmentContainer-Images zu bauen ist noch immer ein zeitintensives Unterfangen. Das geht aber auch schneller – Buildkit sei Dank.
-
CI/CD-Pipelines mit GitHub Actions
von
In diesem Workshop erstellen wir eine komplette Build- und Release-Pipeline für ein bestehendes Node.js Projekt und lernen dabei die Funktionsweise von CI/CD sowie die Kernkonzepte von GitHub Actions in der Praxis kennen.
-
Containerizing Django and React with Docker
von
in DevelopmentNowadays, software developers work on multiple projects at the same time. The projects usually present distinct requirements. Nevertheless, they must be reproduced identically in multiple machines, and sometimes they have to live in the same hardware – the developer’s computer. The so-called container technology stands out among the different approaches used to reproduce software projects…
-
Dockerisierung von (Legacy-)PHP-Applikationen
von
Dockeranfänger aufgemerkt! Es ist häufiger mal nützlich, alte PHP-Anwendungen in einer sicheren Umgebung zum Laufen zu bringen, am besten auch reproduzierbar. All dies ist kein Hexenwerk – und hier zeigen wir euch, wie ihr (Legacy-)PHP-Applikationen in Docker-Container verpackt.
-
Running a secure docker registry
von
Some time ago, our team decided to deploy the application which we are developing for our customer as a docker container. As docker is a promising but still very young technology, this decision naturally put us on a quest for finding a reliable, secure and maintainable setup — many things are still in flux in…