A simple web service that generates a meme image given text and an image URL.
Run with docker run -p 8080:8080 gcr.io/as-a-service-dev/memegen
image: URL of the imagetop: text to add at the top of the imagebottom: text to add at the bottom of the image
- Build with
docker build . -t memegen - Start with
docker run -p 8080:8080 memegen - Open in your browser at
http://localhost:8080/
The following container image always reflects the latest version of the master branch of this repo: gcr.io/as-a-service-dev/memegen