docker
docker copied to clipboard
wrong command within example
use of docker instead of docker-compose
why should you use docker instead of docker-compose?
the issue with docker exec bbb-docker_greenlight_1 [...] would be now, that it only works if the foldername is also bbb-docker, otherwise the container names would be differently.
The current command is correct as it uses the compose file to resolve the containers. But is has to be run inside the BBB folder. That might be added to the doc, as I didn't notice this and was wondering why the cmd was not working neither had any output.
@btxtiger this is standard docker behaviour