docker-protractor-headless
docker-protractor-headless copied to clipboard
cant run container
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?
I think you are using the wrong slashes. Try this: C:\foo:/protractor