You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README states to run via docker using the command $ docker run -it --rm webpagetest-api -k YOURAPIKEY test https://docs.webpagetest.org/api/integrations/
when it should be
$ docker run -it --rm webpagetest-api test -k YOURAPIKEY https://docs.webpagetest.org/api/integrations/
The text was updated successfully, but these errors were encountered:
The README states to run via docker using the command
$ docker run -it --rm webpagetest-api -k YOURAPIKEY test https://docs.webpagetest.org/api/integrations/
when it should be
$ docker run -it --rm webpagetest-api test -k YOURAPIKEY https://docs.webpagetest.org/api/integrations/
The text was updated successfully, but these errors were encountered: