Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updating to point to working dockerhub build
  • Loading branch information
ismisepaul committed Nov 24, 2015
1 parent 8dc03f5 commit 1f51c6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ The [OWASP Security Shepherd Project](http://bit.ly/owaspSecurityShepherd) is a
# Where can I download Security Shepherd?

### Virtual Machine or Manual Setup
You can download Security Shepherd VM's or Manual Installation Packs from [SourceForge](http://bit.ly/1JbtQtP)
You can download Security Shepherd VM's or Manual Installation Packs from [GitHub](https://github.com/OWASP/SecurityShepherd/releases/tag/v3.0)

### Docker
There is also a docker image available from [Dockerhub](https://hub.docker.com/r/owasp/security-shepherd/) you can pull it down with
`docker pull owasp/security-shepherd`
There is also a docker image available from [Dockerhub](https://hub.docker.com/r/ismisepaul/securityshepherd/) you can pull it down with
`docker pull ismisepaul/securityshepherd`

Note: You'll need to get a shell on your docker container and run mysql and tomcat manually;
```BASH
docker run -i -p 80:80 -p 443:443 -t owasp/security-shepherd /bin/bash
docker run -i -p 80:80 -p 443:443 -t ismisepaul/securityshepherd /bin/bash
```
```BASH
/usr/bin/mysqld_safe &
Expand Down

0 comments on commit 1f51c6a

Please sign in to comment.