Skip to content

Command line support

Compare
Choose a tag to compare
@luanguimaraesla luanguimaraesla released this 02 Apr 11:33
· 26 commits to master since this release
7a467f4

Now, all you need is to run Pandocker is the next command lines:

sudo systemctl start docker
cd your-project/
sudo docker run --rm -v `pwd`:/code luanguimaraesla/pandocker:0.2.0 "-f src/pandocker.yml"

You can alias this f*ck$@! command using:

alias pandocker="sudo docker run --rm -v `pwd`:/code luanguimaraesla/pandocker:0.2.0"

Then, you'll be able to use Pandocker like a pro:

cd your-project/
pandocker -f src/pandocker.yml