Skip to content

Commit a5f0ca0

Browse files
authored
Merge pull request #131 from Kalhama/master
Fix dockerfile
2 parents 4a3a1ee + 37968cb commit a5f0ca0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:latest
1+
FROM ubuntu:18.04
22

33
RUN mkdir /app
44

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
2020

2121
![VHOSTScan Feature Map](https://github.com/codingo/codingo.github.io/blob/master/assets/featureMap.PNG)
2222

23+
# Install on docker (recommended)
24+
1. ´git clone https://github.com/codingo/VHostScan.git´
25+
2. ´cd VHostScan´
26+
3. ´docker build -t vhostscan .`
27+
28+
Then run application `docker run --rm -it vhostscan -t´
29+
2330
# Install Requirements
2431

2532
Install using:

0 commit comments

Comments
 (0)