Sign inSign up

vikramchauhan/mysqlbackup

By vikramchauhan

Updated almost 5 years ago

Image
0

359

vikramchauhan/mysqlbackup repository overview

Docker Cloud Automated build Docker Cloud Build Status

docker-mysqlbackup

Dockerized mysqlbackup

Instructions

Pull the image

docker pull vikramchauhan/mysqlbackup

First time run

docker run -it -v /dir/config:/config vikramchauhan/mysqlbackup bash

Once inside the container, run the following command

cp /app/mysqlbackup/cfg_orig/sample_mysqlbackup.json /config/mysqlbackup.json

Exit

Edit the file /dir/config/mysqlbackup.json

nano /dir/config/mysqlbackup.json

Run the following command for subsequent runs

docker run -it -v /dir/config:/config -v /dir/output:/output vikramchauhan/mysqlbackup "python 
/app/mysqlbackup/mysqlbackup.py"

Tag summary

Content type

Image

Digest

Size

39.3 MB

Last updated

almost 5 years ago

docker pull vikramchauhan/mysqlbackup