Create easy to use docker web development environment

Create easy to use docker web development environment

This particular container setup let the developers code on the host (in a docker volume) while seamlessly executing the code in the container, solving the issues with file ownership and permissions. No Samba/NFS tweaks are necessary on both the host and docker box. No hassle with Docker namespaces is also needed.

Wait for user input a period of time and continue with script execution if none is supplied

Wait for user input a period of time and continue with script execution if none is supplied

When doing devops work one of the many responsibilities you might have is creation of various installation or deployment scripts. They can be created in any scripting language, starting from the standard bash script to various server side languages (Perl, Python, PHP, etc…). For this example we are going to tackle a specific problem whenRead more about Wait for user input a period of time and continue with script execution if none is supplied[…]