ed9b6643ca
In [nektos/act/pull/1739](https://github.com/nektos/act/pull/1739), the container network mode defaults to `host` if the network option isn't specified in `options`. When calling `ConnectToNetwork`, the `host` network mode may cause the error:
`Error response from daemon: container sharing network namespace with another container or host cannot be connected to any other network`
see the code:
|
||
---|---|---|
.. | ||
artifactcache | ||
artifacts | ||
common | ||
container | ||
exprparser | ||
jobparser | ||
lookpath | ||
model | ||
runner | ||
workflowpattern |