Sign inSign up

milocasagrande/simple-storage

By milocasagrande

Updated almost 10 years ago

Docker build for the simple-storage image.

Image
1

646

milocasagrande/simple-storage repository overview

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 5000:5000 --name artifacts-server milocasagrande/simple-storage

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

Volumes

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

  • A volume bound to /mnt/artifacts-static/ should be attached to contain the static files (only necessary when running another container with a web server).

Tag summary

Content type

Image

Digest

Size

222.4 MB

Last updated

almost 10 years ago

docker pull milocasagrande/simple-storage