Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 402 Bytes

Playwright Python Docker image

Usage Example

$ docker run --rm danofun/playwright-python python -c 'print("Hello World")'

Once you have run this command you will get printed 'Hello World' from Python! Or use it interactivelly:

$ docker run -it --rm danofun/playwright-python python

NOTE: pip/pip3 is also available in this image.