SSH into container - Islandora-Devops/isle-dc GitHub Wiki

Docker provides a different solution than ssh for accessing the shell within a container.

docker-compose exec drupal bash

The codebase/ directory is mounted within the Drupal container at /var/www/drupal/

Rsync alternative

Check out docker cp