biscarch/sqitch

By biscarch

Updated over 9 years ago

Sqitch in a container

Image
0

307

Make a new directory:

mkdir new-project
cd new-project

Run a sqitch:

docker run -itv `pwd`:/files -v ~/.sqitch/:/root/.sqitch/ biscarch/sqitch bash

Docker Pull Command

docker pull biscarch/sqitch