attaches ebs volume machine to ec2 host running docker container
4.3K
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.
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
Content type
Image
Digest
sha256:5fb625d6d…
Size
25.4 MB
Last updated
almost 11 years ago
docker pull olalond3/ebs