Sign inSign up

olalond3/ebs

By olalond3

•Updated almost 11 years ago

attaches ebs volume machine to ec2 host running docker container

Image
0

4.3K

olalond3/ebs repository overview

docker-ebs attaches an AWS EBS volume to the EC2 instance where the container is started.

See http://github.com/olalonde/coreos-bitcoind⁠ for example usage with CoreOS.

⁠Usage

docker run --rm \
  -e AWS_ACCESS_KEY_ID=<key> \
  -e AWS_SECRET_ACCESS_KEY=<secret> \
  -e AWS_DEFAULT_REGION=<region> \
  -e VOLUME_ID=<volume_id> \
  -e DEVICE=<device> \
  olalond3/ebs <command>

command: attach, detach, detach --force

Tag summary

Content type

Image

Digest

sha256:5fb625d6d…

Size

25.4 MB

Last updated

almost 11 years ago

docker pull olalond3/ebs