mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
docker image
This commit is contained in:
parent
c9555fb8c6
commit
77037ecbb6
2 changed files with 11 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -16,7 +16,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
||||||
docker-build:
|
docker-build:
|
||||||
name: Build the docker image
|
name: Build the docker image
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 25
|
timeout-minutes: 45
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -29,5 +29,5 @@ jobs: # Docs: <https://git.io/JvxXE>
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64,linux/arm/v7
|
platforms: linux/amd64,linux/arm/v7
|
||||||
push: false
|
push: true
|
||||||
tags: hydra:ci
|
tags: hydra:ci
|
||||||
|
|
9
README
9
README
|
@ -17,6 +17,11 @@
|
||||||
NOTE: no this is not meant to be a markdown doc! old school!
|
NOTE: no this is not meant to be a markdown doc! old school!
|
||||||
|
|
||||||
|
|
||||||
|
Hydra in the most current github state can be directly downloaded via docker:
|
||||||
|
```
|
||||||
|
docker pull vanhauser/hydra
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
------------
|
------------
|
||||||
|
@ -63,6 +68,10 @@ repository is at Github:
|
||||||
Use the development version at your own risk. It contains new features and
|
Use the development version at your own risk. It contains new features and
|
||||||
new bugs. Things might not work!
|
new bugs. Things might not work!
|
||||||
|
|
||||||
|
Alternatively (and easier) to can pull it as a docker container:
|
||||||
|
```
|
||||||
|
docker pull vanhauser/hydra
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
HOW TO COMPILE
|
HOW TO COMPILE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue