Sign inSign up

staff0rd/meme

By staff0rd

Updated over 6 years ago

Image
0

261

staff0rd/meme repository overview

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

Upstream docs

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

Tag summary

Content type

Image

Digest

Size

771.5 MB

Last updated

over 6 years ago

docker pull staff0rd/meme