docker icon indicating copy to clipboard operation
docker copied to clipboard

wrong command within example

Open gs4711 opened this issue 4 years ago • 3 comments

use of docker instead of docker-compose

gs4711 avatar Sep 08 '21 21:09 gs4711

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.

alangecker avatar Oct 05 '21 12:10 alangecker

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.

jonaaix avatar Feb 25 '22 01:02 jonaaix

@btxtiger this is standard docker behaviour

ben-ba avatar Jun 11 '24 11:06 ben-ba