Skip to content

Guy-Incognito/simple-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple Python Http Server Docker Image

Introduction

How to build

docker build . -t simple-http-server

How to run

Usage:

The container the following mounted folders

  • "/data" --> mount the folder to be served

Run the container with:

docker run  \
    --rm \
    -it \
    -v /PATH/TO/MOUNT:/data \
    -p 8080:8080 \
    simple-http-server

About

Simple Python Http Server Docker Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published