Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Show/document quick and dirty, bare-bones (for debug/learning...) Dockerized WebPageTest (+agent) setup #229

Open
stephendonner opened this issue Jan 23, 2019 · 1 comment
Assignees
Labels
docs documentation firefox help wanted Extra attention is needed

Comments

@stephendonner
Copy link
Contributor

stephendonner commented Jan 23, 2019

Essentially:

  • Start our Dockerized WebPageTest (PHP) server instance (API + Web UI):
docker run --rm -d -p 4001:80 webpagetest/server
  • Start a Dockerized wptagent agent:
  docker run --rm -d \
  --network="host" \
  -e vvvv
  -e SERVER_URL=http://localhost:4001/work/ \
  -e LOCATION="Test" \
  -e SHAPER="none" \
  --cap-add=NET_ADMIN \
  webpagetest/agent

Once installed, check http://localhost:4001/install/ for the installation checklist.

screen shot 2019-01-22 at 5 16 00 pm

screen shot 2019-01-22 at 10 46 37 pm

@stephendonner stephendonner added help wanted Extra attention is needed docs documentation firefox labels Jan 23, 2019
@stephendonner stephendonner self-assigned this Jan 23, 2019
@stephendonner
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs documentation firefox help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant