You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update aircrack-ng
This commit is contained in:
@@ -236,7 +236,7 @@ A collection of delicious docker recipes.
|
|||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
- [x] aircrack-ng-arm
|
- [x] aircrack-ng
|
||||||
- [x] amass
|
- [x] amass
|
||||||
- [x] clamav
|
- [x] clamav
|
||||||
- [x] dirsearch
|
- [x] dirsearch
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
#
|
|
||||||
# Dockerfile for aircrack-ng-arm
|
|
||||||
#
|
|
||||||
|
|
||||||
FROM easypi/alpine-arm
|
|
||||||
|
|
||||||
RUN apk add --no-cache aircrack-ng bash coreutils tmux
|
|
||||||
|
|
||||||
ENTRYPOINT ["sleep", "inf"]
|
|
@@ -1,7 +0,0 @@
|
|||||||
aircrack:
|
|
||||||
image: easypi/aircrack-ng-arm
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
net: host
|
|
||||||
tty: true
|
|
||||||
restart: unless-stopped
|
|
9
aircrack-ng/Dockerfile
Normal file
9
aircrack-ng/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
# Dockerfile for aircrack-ng-arm
|
||||||
|
#
|
||||||
|
|
||||||
|
FROM alpine:3
|
||||||
|
|
||||||
|
RUN apk add --no-cache aircrack-ng bash coreutils pciutils tmux
|
||||||
|
|
||||||
|
ENTRYPOINT ["sleep", "inf"]
|
15
aircrack-ng/docker-compose.yml
Normal file
15
aircrack-ng/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
aircrack-ng:
|
||||||
|
image: easypi/aircrack-ng-arm64
|
||||||
|
entrypoint: sleep
|
||||||
|
command: infinity
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
- /usr/share/zoneinfo:/usr/share/zoneinfo:ro
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
working_dir: /data
|
||||||
|
network_mode: host
|
||||||
|
privileged: true
|
||||||
|
tty: true
|
||||||
|
restart: unless-stopped
|
Reference in New Issue
Block a user