Tag: Docker

A way to enable startup scripts for a Docker Container

While I was setting up a new Image for running a app in a Rancher (v1.6) Cluster I had a real annoying problem. I’m using a php:apache to run a default Laravel app.  The CI/CD Pipeline will deploy all stages like dev, master and feature branches on separate instances. When a Container will be deployed Laravel should also migrate its […]

Docker helfer Fig gehört nun direkt zu Docker

Manche kennen den praktischen Helfer Fig (http://www.fig.sh/) mit dem man sich lange Befehle, um einen Docker Container zu starten, sparen kann. Das fand Docker wohl auch eine gute Idee und hat das Tool übernommen. Es heisst nun docker-compose und ist auf der offiziellen Seite dokumentiert: http://docs.docker.com/compose/ Github: https://github.com/docker/compose/

Scroll to Top