-
Notifications
You must be signed in to change notification settings - Fork 60
SSH into container
Don Richards edited this page Dec 12, 2022
·
1 revision
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/
Check out docker cp