memes in a container
Web
docker run -it -p 8085:80 staff0rd/meme -serve
Then browse to http://localhost:805
Command Line
The following will drop meme.png
to your $(PWD)
docker run -v $(PWD):/tmp staff0rd/meme -i archer-do-you-want -t "do you want memes in a container?|because this is how you get memes in a container"
See what it can do
docker run staff0rd/meme --help
Dev
docker run -it --entrypoint bash -v $(PWD):/src -p 5000:5000 staff0rd/meme
cd web
dotnet run --urls http://0.0.0.0:5000