# GPU Mining Example

{% hint style="danger" %}
Here we use **nvidia-docker** to start Docker containers this will enable access to the GPU

You cannot mine with using **nvidia-docker** to start the container.
{% endhint %}

```bash
nvidia-docker run -it cryptoandcoffee/nvidia-docker-ccminer-tpruvot-c10 -a x17 --benchmark
```

{% hint style="info" %}
Press **CTRL-C** to stop mining at any time
{% endhint %}
