Accessing each containerΒΆ
Each machine will run until the docker-compose down command is run. To
access each machine we will use the docker-compose exec command.
The parameters to pass the exec command is the name of the service and
not the name of the container. Then an executable, such as bash
is the next argument to the command. To start a bash shell on the runner
container, one would execute:
$ docker-compose exec jacamar bash