Skip to content

magandrez/ecstatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecstatic

Ths is a minimal docker image that serves static using latest nginx on top of Alpine Linux.

Prerequisites

  • Docker.

Usage

  • Launch docker image detached.

docker run -d --name <MY_SERVER_NAME> -p 80:80 -v </ABSOLUTE/PATH/TO/CONTENT/>:/var/html/www magandrez/ecstatic

  • Hit your browser at localhost.

About

A minimal nginx to serve static content.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published