Skip to content
 
 

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line utility for creating memes

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages