Skip to content

akbennett/simple-storage-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifacts Server

Run a simple web app to show the contents of the provided directories.

Run

Run as a standalone container, directly exposing the uWSGI service to the network.

docker run -d -t -p 500:5000 --name artifacts-server milocasagrande/simple-storage

To override the configuration parameters, bind mount a file to /mnt/simple-storage.cfg.

Volume

A volume bound to /mnt/artifacts should be attached to the container: this is the root of the directory listing.

About

Docker configuration for simple-storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%