An open API service indexing awesome lists of open source software.

https://github.com/jdalrymple/playwright-with-docker-compose


https://github.com/jdalrymple/playwright-with-docker-compose

Last synced: 3 months ago
JSON representation

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"
```