python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Docker exec command is failing with EXIT CODE 137
I am running a CICD pipeline that runs a test script inside a docker container with docker exec and its failing with a return code of 137 every 3rd or 4th time. Here is the code that's running:
docker...
user3571643
Votes: 0
Answers: 2
docker exec error "/data # ^[[2;9R" when try get shell or ash
when I'm executing a command in docker to get container bash, I'm faced with such a message and I can not enter any commands
docker exec -u 0 -t my_local_redis ash
and error is:
/data # ^[[2;9R
b...

Ali Rahmani
Votes: 0
Answers: 1
Triggering react tests inside docker containers
I have container with React application which is running from docker-compose.
When I print logs for this container using
docker-compose logs -f
There is a message:
PASS src/App.test.js
✓ renders l...
Krzysztof
Votes: 0
Answers: 1