Pierre M
Pierre M
It is not `stderr`, my callback is never triggered. But when I intentionally pass a wrong image name it triggers the callback correctly with a docker error like `Unable to...
Dockerfile: ``` FROM node:carbon WORKDIR /app ADD ./app /app RUN npm install EXPOSE 7070 CMD ["node", "index.js"] ``` My project folder is like: ``` . ├── app │ └── index.js...
and yes my process is running in the vm : ``` docker@vm-rig1:~$ docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6afad48010a5 lockra/test1 "node index.js" 57 seconds ago...