Deprecated: $wgMWOAuthSharedUserIDs=false is deprecated, set $wgMWOAuthSharedUserIDs=true, $wgMWOAuthSharedUserSource='local' instead [Called from MediaWiki\HookContainer\HookContainer::run in /var/www/html/w/includes/HookContainer/HookContainer.php at line 135] in /var/www/html/w/includes/Debug/MWDebug.php on line 372
Project:Access Docker container - MaRDI portal

Project:Access Docker container

From MaRDI portal

There are two options to access and execute commands inside a docker container in production:

  • Option 1: Directly through the server
    • SSH into the server: shh mardi02
    • Navigate into the portal-compose directory: cd portal-compose
    • Access the container with bash: docker exec -it <container_name> bash
  • Option 2: Through portainer
    • Login into portainer with your credentials.
    • Under 'Environments' click 'local' and then click 'containers' in the side panel on the left.
    • Click on the container you want to access (use the search bar if necessary).
    • Click '>_ Console' and 'Connect' to access the container.