Accessing Docker containers
Last updated
Was this helpful?
Last updated
Was this helpful?
Since V2 Create Magento App consists of a PHP Docker container that runs Magento and additional containers with Varnish, Redis, Elasticsearch, Nginx, and MariaDB, and CLI to connect all of these things together. We already have a command that gives us access to and , but how can we access the containers? That is where the connect command comes in handy!
Now we are inside of a chosen container. Here is a list of available container names:
mariadb
nginx
ssl-terminator (nginx)
redis
elasticsearch
php
varnish