playwright/packages/playwright-core/src/containers
Andrey Lushnikov 4cd2176155
feat(containers): introduce separate container commands (#17541)
This patch introduces hidden commands to control container
lifecycle:
- `npx playwright docker install-server-deps` to install fluxbox,
  vnc, novnc & to configure them.
- `npx playwright docker run-server` to run a server inside the
  container.

Drive-by: remove old version of container image when building a new
version with the same name. This way we won't pile up untagged
container images.
2022-09-22 13:38:54 -07:00
..
DEPS.list chore: move container integration back to playwright-core (#17487) 2022-09-21 12:45:43 -07:00
docker.ts feat(containers): introduce separate container commands (#17541) 2022-09-22 13:38:54 -07:00
dockerApi.ts feat(containers): introduce separate container commands (#17541) 2022-09-22 13:38:54 -07:00