Docker Dockerized desktop apps - Development with GIT, PhpStorm and Postman In this Dockerized desktop apps part you will learn how to setup a development suite with PhpStorm, GIT and Postman.
Docker Dockerize desktop apps with NVIDIA GPU and audio support Are you ready for your next Docker experience? All of my daily used applications are dockerized like Chromium, GIT, VLC and Thunderbird.
Docker Let nginx start if upstream host is unavailable or down Learn how nginx can be started even if a upstream host is not available. This is done by a small but subtle difference in the nginx upstream host definition.
Docker OpenResty (nginx) with auto generated SSL certificate from Let’s Encrypt nginx with Lua is very powerful. This blog post shows how to use an OpenResty Docker container to auto (re)generate SSL certificates from Let’s Encrypt.
Docker Docker Daemon tuning and JSON file configuration Optimize your Docker configuration and get a better overall experience and more security. Install Docker CLI bash completion for easier handling.
Docker My talk Docker for PHP Developers at PHP.RUHR I'm very excited to give a talk at the PHP.RUHR conference in Dortmund. This conference takes place on November 10th for the third time in the Ruhr area.
Docker My conference talks in September I'm thrilled to give two talks in September. At PHP Developer Day in Dresden I will talk about Docker PHP builds & at code.talks in Hamburg about PHP profiler.
Docker Docker Compose with named Volumes and multiple Networks Named volumes are better as data only containers and multiple networks increases security. See how the new Docker Compose configuration format works.
Docker Docker for PHP Developers Docker is a great way to emulate live server environment. You can have the same infrastructure stack like multiple web, PHP-FPM, Database & CDN server.
Docker Docker with OverlayFS on Ubuntu Docker uses the DeviceMapper storage driver as default, but OverlayFS is much faster. See how to configure Docker with OverlayFS to improve the performance.
Docker Generate awesome docs from Markdown files with Docker and bookdown.io Learn how to generate awesome documentation from Markdown files with different styles as a one-liner powered by Docker and bookdown.io
Docker Using Composer cache in a Docker container Learn how to mount the Composer cache directory to the Composer Docker container to save a lot of time when you install packages for different projects.
Docker Docker PHP Xdebug CLI debugging Learn how to use Xdebug with Docker to debug PHP files from the command line. Configure the path mappings in your IDE and run one Docker command.
Docker Logrotate for Docker container It's a best practice to log the Docker container output to stdout. But you should not forget to enable a Logrotate for your Docker container log files.
Docker Configuring nginx to speed up Ghost blog powered by Docker Set up nginx as a reverse proxy and cache to speed up my Node.js Ghost blog powered by Docker. Serve static content directly by nginx and cache blog sites.