Project:Access Docker container

From MaRDI portal
Revision as of 11:31, 12 April 2024 by EloiFerrer (talk | contribs) (Created page with "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: <code>shh mardi02</code> ** Navigate into the portal-compose directory: <code>cd portal-compose</code> ** Access the container with bash: <code>docker exec -it <container_name> bash</code> * Option 2: Through portainer ** Login into [https://portainer.portal.mardi4nfdi.de portainer] with your credentials. ** Click...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
    • Click 'containers' in the side panel on the left.
    • Click on the container you want to access.
    • Click '>_ Console' and 'Connect' to access the container.