Skip to content

yjskrs/docker-zip-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Zip Server

Docker image for hosting webpages from zip files on an apache server.

Uses ubuntu server image as its base and has php installed.

Usage

To set up, create an empty directory public_html/kits and copy the zip files into it.

Then run the following commands:

sudo docker build -t <tag-name> .
sudo docker run -dp <local-port>:80 <tag-name>

Your zip files will be hosted on localhost:<local-port> in a few moments (can take quite a while if the zip files are large).

About

Docker image for hosting zip files on apache server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published