-
Notifications
You must be signed in to change notification settings - Fork 78
Description
I run
docker run -it --privileged --rm --net=host -v C:/foo:/protractor webnicer/protractor-headless
and get Windows message:
sudo: unable to resolve host linuxkit-00155dd6100c
**you must either specify a configuration file or at least 3 options. See below for the options:
Usage: protractor [configFile] [options]
configFile defaults to protractor.conf.js
The [options] object will override values from the config file.
See the reference config for a full list of options.
Options:
--help Print Protractor help menu
--version Print Protractor version
--browser, --capabilities.browserName Browsername, e.g. chrome or firefox
--seleniumAddress A running selenium address to use
any ideas?