How to build a webservice with docker

To start building a new Service, you’ll need an image first.Our Service will be an apache Server which delivers an application. So get an image from dockerhub or build your own (as described in my last post). We’ll start by creating a working directory for our files: Let’s add a simple Perlscript, that prints “Hello …