Tag: Docker

  • Docker

    Docker

    Download the installer script from docker.com. https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script Then run it using root privileges. Add yourself to the docker group Add yourself to the docker group when you get an error like this:

  • Apache/PHP website in Docker with git integration

    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

    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…