Commit 95a8a91
committed
docker: fix nw_service not available error
There is race condition between container start and ssh-server service ready in container,
which may possible make `nw_service` not available.
Make `nw_service` for docker not static allows `target` to wait for the available
of `nw_service`, rather than raise an exception.
Signed-off-by: Larry Shen <[email protected]>1 parent d98677c commit 95a8a91
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments