restore.sh 198 B

1234
  1. #!/bin/sh
  2. docker build -t ibt2-dump-and-restore .
  3. docker run --name ibt2-restore --rm --network="ibt2_default" -v `pwd`:/data --link=ibt2_ibt2-mongo_1:ibt2-mongo ibt2-dump-and-restore --restore $1