# Example Docker alpine

Build the image:
```shell
docker build -t pdf2pic-docker .
```

Run the container:
```shell
docker run pdf2pic-docker
```
