Skip to content

occoder/docker-playwright-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Playwright Python Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%