Skip to content
Michael Woodward edited this page Feb 4, 2017 · 1 revision

Pull files from the docker environment to the host

Usage:
    workflow pull files

Arguments:
    files       Array of extra paths to push into the container

Example:
    workflow pull app/etc app/code

Under the hood this will run the following commands

docker cp container-name:/var/www/app/etc app
docker cp container-name:/var/www/app/code app
Clone this wiki locally