File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ cd Autosploit/Docker
9
9
# nano database.yml
10
10
docker network create -d bridge haknet
11
11
docker run --network haknet --name msfdb -e POSTGRES_PASSWORD=s3cr3t -d postgres
12
- docker run -it -p 80:80 -p 443:443 -p 4444:4444 autosploit
12
+ docker build -t autosploit .
13
+ docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit
13
14
```
14
15
15
16
@@ -58,5 +59,6 @@ Building will be faster if done on a hosted server as it benefits from the -grad
58
59
git clone https://github.com/NullArray/AutoSploit.git
59
60
cd Autosploit/Docker
60
61
nano database.yml # Exemple configuration should work fine
61
- docker run -it -p 80:80 -p 443:443 -p 4444:4444 autosploit
62
- ```
62
+ docker build -t autosploit .
63
+ docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit
64
+ ```
You can’t perform that action at this time.
0 commit comments