Hi All,
When I type ./docker/scripts/dev_start.sh most of the times it starts docker quickly, however sometimes it delays a lot and won't attempt to start it. Is this to be considered as a problem?
It will be great if someone can suggest me a way to fix this!
Thank you :)
I think it is probably just internet connection problem, since it checks the image through internet and sometimes it may delay a little. If you are in China, maybe you can try ./docker/scripts/dev_start.sh -C.
Closing this issue as I believe it is resolved. @Grayhu07 thank you for your response.
Most helpful comment
I think it is probably just internet connection problem, since it checks the image through internet and sometimes it may delay a little. If you are in China, maybe you can try
./docker/scripts/dev_start.sh -C.