Sign inSign up

ecor/basic-s3

By ecor

Updated over 10 years ago

An optional helper container for ecor/scripts-aws-s3.

Image
0

2.1K

ecor/basic-s3 repository overview

ecor/basic-s3

This is an alpine linux image with curl, openssl, and bash. It is designed specifically for use with ecor/scripts-aws-s3.

Usage

docker run --rm --name store-db-on-s3 \
  --volumes-from scripts-aws-s3 \
  -v /tmp:/tmp \
  -e "AWS_KEY=ABCDEFGH47IJJ3KL7M4N" \
  -e "AWS_SECRET=bDNO3bXHRhKtKl76ItpsKecoYQ6/Oh4rb9iIlNzY" \
  ecor/basic-s3 \
  /scripts/aws/s3/put /tmp/backup.sql.dump /backup.archive.bucket

Tag summary

Content type

Image

Digest

Size

4.1 MB

Last updated

over 10 years ago

docker pull ecor/basic-s3