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

Open up bash into the app container

Usage:
    workflow ssh [--root|-r]

Options:
    root|r      Open up as root

Under the hood this will run the following command

docker exec -u www-data container-name bash
Clone this wiki locally