Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 296 Bytes

README.rst

File metadata and controls

15 lines (10 loc) · 296 Bytes

dockerswift

Simple Dockerfile / config files to run a single-replica Swift node (proxy, account, container, object server) in a Docker container.

Usage

Build the image:

docker build -t swift .

Run the container:

docker run [-d] -p 8080:8080 -v node:/srv/node swift