Skip to content

zealotjin/image-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

image-cache

Write-up can be found on medium

Build

$ docker build -t image-cache:v1 .

Deploy

$ docker service create --mode global --name nginx --with-registry-auth \
                        --publish published=80,target=80,mode=host \
                        image-cache:v1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published