Tag: Docker
-

-

Apache/PHP website in Docker with git integration
This tutorial will show you how to set up an Apache/PHP website in docker using docker-compose. It will show you a script to simplify the update process so Apache and PHP versions are easily updatable (if desired). Furthermore, it will add git integration. This will make it possible to push updates to your website from…
-

Portainer Community Edition
Prerequisites This tutorial works for Linux systems. For the next instructions to work, the following packages must be installed: Install Portainer CE First, let’s install Portainer! It will download the latest portainer-ce image and run it on port 9000. Portainer CE is the Community Edition. It is the free and open source variant. Visit https://github.com/portainer/portainer for the…