https://github.com/jdalrymple/playwright-with-docker-compose
https://github.com/jdalrymple/playwright-with-docker-compose
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdalrymple/playwright-with-docker-compose
- Owner: jdalrymple
- License: mit
- Created: 2021-03-16T22:45:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T00:41:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T12:11:30.629Z (10 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playwright-with-docker-compose
Adds docker and docker-compose to the [playwright image](https://hub.docker.com/r/alpinelinux/docker-compose).
Can be used as a runner in GitLab like this:
```
docker exec -it gitlab-runner \
gitlab-runner \
register -n \
--name "playwright" \
--tag-list "playwright" \
--docker-image "jdalrymple/playwright-with-docker-compose:latest" \
--docker-privileged \
--docker-volumes "/var/run/docker.sock:/var/run/docker.sock" \
--docker-volumes "/cache"
```