# build container
$ cd /path/to/chromedp/examples
$ podman build -f multi/Dockerfile --tag localhost/multi .
# make output directory
$ mkdir out
# run example
$ podman run --rm --volume ./out:/out localhost/multi 'https://www.google.com/' 'https://ifconfig.me'
# list the output
$ ls out
0.png 1.png