Accessing Docker containers
yarn run exec <service name> # for Yarn
npm run exec <service name> # for NPMCommon Usage
yarn run exec mariadb
>root@c8f223c3ea92:/# # inside a mariadb container
# ctrl + d or type 'exit' and press enter
# this is not an alias, but rather service name matching
yarn run exec ma
>root@c8f223c3ea92:/# # inside a mariadb container
Last updated