rabbah edited a comment on issue #5096:
URL: https://github.com/apache/openwhisk/issues/5096#issuecomment-809494602
I think this is a bug - confirmed that overriding the host/port with a local
conf file did not have the intended effect.
I created my own conf file:
```
include classpath("standalone.conf")
whisk {
standalone {
host {
port = "1111"
name = "xxx"
}
}
runtimes {
bypass-pull-for-local-images: true
}
}
```
And run `wskdev standalone -a"--args='-c /path/to/myapplication.conf'"`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]