You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im running my drupal int his container but by "docker attach containerid" i find no way to acces the directories of the container in order to purge some unisnatlled modules...
even with the container stopped I can not acces using "docker run -i -t ubuntu /bin/bash"
Is there any limitation with it?
Any idea to erase module direcotries as Drupan indicates to do for cleaning?
Note: a module without an uninstaller may leave tables or fields in your database. A module like this must be dealt with manually in order to completely remove it from your database, https://www.drupal.org/node/250783
Thanks, regards
The text was updated successfully, but these errors were encountered:
sorry... i just didnt try enought before asking.... I did it by runing the container froma the image witht he command /bin/bash doing whatever I have to do (modifiying rights or erasing modules) and then commiting it in a new image and run the new image with the command /start.sh
Hello, thanks for the image.
Im running my drupal int his container but by "docker attach containerid" i find no way to acces the directories of the container in order to purge some unisnatlled modules...
even with the container stopped I can not acces using "docker run -i -t ubuntu /bin/bash"
Is there any limitation with it?
Any idea to erase module direcotries as Drupan indicates to do for cleaning?
Note: a module without an uninstaller may leave tables or fields in your database. A module like this must be dealt with manually in order to completely remove it from your database,
https://www.drupal.org/node/250783
Thanks, regards
The text was updated successfully, but these errors were encountered: