Go to file
Dave Newman c29c285f99 initial commit 2014-08-30 12:16:23 -07:00
.gitignore initial commit 2014-08-30 12:16:23 -07:00
Dockerfile initial commit 2014-08-30 12:16:23 -07:00
README.md initial commit 2014-08-30 12:16:23 -07:00
Vagrantfile initial commit 2014-08-30 12:16:23 -07:00
run.sh initial commit 2014-08-30 12:16:23 -07:00
s3cfg initial commit 2014-08-30 12:16:23 -07:00

README.md

docker-s3-volume

Docker container that creates a data volume from a path on s3.

Usage:

docker run -it --rm \
  -e ACCESS_KEY=... -e SECRET_KEY=... s3-volume s3://<BUCKET>/<PATH>