Command line

Command Line Examples

Enter the command line using runarrow-up-right

docker-compose run {instance_name} bash

Enter command line using execarrow-up-right

docker-compose exec {instance_name} /bin/bash

Last updated