Command line

Command Line Examples

Enter the command line using run

docker-compose run {instance_name} bash

Enter command line using exec

docker-compose exec {instance_name} /bin/bash

Last updated