Accessing the Container Shell

The PubSub+ event broker application runs inside of a container. You can access the container's Linux shell environment by running the /bin/bash command in the container. For example, with Docker Engine, you could run the following command:

docker exec -i -t <container_name> /bin/bash