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
- SSH into the server:
- 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.