3

I have deployed an Mongo image in a Docker container via Docker Cloud. It is linked to a Meteor app. Is there any way to backup the data on the container?

DongWei
  • 31
  • 5

1 Answers1

0

Create another Docker container that runs a script controlled by a cron job that executes the backup and stores it onto a shared volume.

Also see Cron containers for docker - how do they actually work?

Community
  • 1
  • 1
imjosh
  • 4,734
  • 1
  • 19
  • 22