Closed pasankg closed 5 years ago
Hi @pasankg, can you try
docker exec drupal8_drupal /bin/bash
or
docker exec drupal8_drupal sh
docker exec drupal8_drupal /bin/sh
Hi @dalenguyen Thank you for your reply. I tried the commands as you said but doesn't seems to work.
@pasankg sorry, you need to add -ti to the command
docker exec -ti drupal8_drupal /bin/sh
Thanks @dalenguyen that worked. It doesn't seem to allow composer or drush commands in there. Is there a way to resolve it too ? Thanks again
@pasankg moved to #2.
Hi, Can you please update the document on how to bash in to the server ?
I get below errors when trying;
Thanks