Comment to 'Docker installation for development'
  • You have to run composer first, by running the following commands in your root:

    $ docker pull composer/composer

    $ docker run --rm -it -v "$(pwd):/app" composer/composer install