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

@stephendonner

Description

@stephendonner

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions