Docker arguments
2025-10-30https://github.com/cypress-io/cypress-docker-images/tree/master/factory
https://github.com/cypress-io/cypress-docker-images/tree/master/factory
bash entry i docker-compose
service-name:
stdin_open: true
tty: true
Exec bash i Dockerfile / docker run:
Start interactive shell on container:
docker run -it?
Already running container:
docker exec -it [container-name] /bin/bash