You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
While doing the exercise in the book I found out that the container that i ran using the image which is made by Dockerfile in the git repository immediately exits. So I inspect the container while using -it option and the following is what I found.
Exercise
ch04/exercises/access-log
Problem
While doing the exercise in the book I found out that the container that i ran using the image which is made by
Dockerfile
in the git repository immediately exits. So I inspect the container while using-it
option and the following is what I found.1.
winston-transport
npm package requiresglobalThis
object2.
globalThis
object is available fromnode v12.0.0
3. The node image that
diamol/node
uses isnode v10.16.0
Docker version
Please run
docker version
and paste the output.Code version
Additional context
I think it's related to the update of
winston-transport
package and found the similar issue at it's repo.Related issues
The text was updated successfully, but these errors were encountered: