-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Grid dynamic mode , use node-docker to create new node. #2898
-
Does the newly created image in nodedocker have to be standalone? If I want to create an image specifically for Android that only contains chromedriver, how should I proceed?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
the demo config use standalone.
Beta Was this translation helpful? Give feedback.
All reactions
-
Actually, node-docker implementation handles strictly a few checks to ensure Node starts successfully (docker-in-docker) (e.g /status endpoint, containerId is alive, etc.)
If you inject another container, which doesn't return the same signal that we expected, code exit as error even the container might run there.
Beta Was this translation helpful? Give feedback.
All reactions
-
So I need to use a node program that only has chromedriver to connect to the Android device. Do I have to implement it in the standalone way?
Beta Was this translation helpful? Give feedback.