-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
37 lines (26 loc) · 914 Bytes
/
docker-compose.yml
File metadata and controls
37 lines (26 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
services:
cuda-hashcat:
image: hikage/cuda-hashcat-john:latest
container_name: cuda-hashcat
runtime: nvidia
environment:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all,compute,utility
ports:
- "2222:22"
volumes:
- /mnt/.ix-apps/app_mounts/cuda-hashcat-john/hashes:/home/cracker/data # Your ZFS pool
restart: unless-stopped
x-notes: >
# cuda-hashcat-john
**Source** :
[https://github.com/Elenedeath/cuda-hashcat-john](https://github.com/Elenedeath/cuda-hashcat-john)
**Image Docker** : hikage/cuda-hashcat-john:latest
## Security
**Read the following security precautions to ensure that you wish to continue
using this application.**
---
## Bug Reports and Feature Requests
If you find a bug in this app or have an idea for a new feature, please file
an issue at
https://github.com/Elenedeath/cuda-hashcat-john