An open API service indexing awesome lists of open source software.

https://github.com/paambaati/burry-docker

🐳 Docker image for burry.sh
https://github.com/paambaati/burry-docker

backup docker docker-image etcd restore zookeeper

Last synced: about 2 months ago
JSON representation

🐳 Docker image for burry.sh

Awesome Lists containing this project

README

          

# burry-docker
🐳 Docker image for [burry.sh](https://github.com/mhausenblas/burry.sh)

## Usage

```
docker pull gpdocksthings/burry
```

For example, to backup ZK data to S3, use —

```
docker run gpdocksthings/burry -e :2181 -i zk -o backup -t s3 -c s3.amazonaws.com,ACCESS_KEY_ID=,SECRET_ACCESS_KEY=,BUCKET=,PREFIX=
```

To restore a ZK backup from S3, make sure you include the snapshot ID —

```
docker run gpdocksthings/burry -e :2181 -i zk -o restore -t s3 -c s3.amazonaws.com,ACCESS_KEY_ID=,SECRET_ACCESS_KEY=,BUCKET=,PREFIX= -s
```

Note that if `ACCESS_KEY_ID` and `SECRET_ACCESS_KEY` are left out, burry attempts to use the attached IAM profile.

### Debugging

You can use the `LOG_LEVEL` environment variable to change the logging level for burry.