Skip to content

Commit 8f737ef

Browse files
authored
Merge pull request #159 from confusedcrib/master
Typo Fixes for docker run commands
2 parents 0a03972 + 381ebaf commit 8f737ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In case you would like to perform a DevSecOps assessment, the following tools ar
5757
## Container
5858

5959
1. Install [Docker](https://www.docker.com)
60-
2. Run `docker run --rm -p 8080:8080 wurstbrot/dsomm:latest
60+
2. Run `docker run --rm -p 8080:8080 wurstbrot/dsomm:latest`
6161
3. Browse to <http://localhost:8080> (on macOS and Windows browse to <http://192.168.99.100:8080> if you are using docker-machine instead
6262
of the native docker installation)
6363

src/assets/Markdown Files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In case you would like to perform a DevSecOps assessment, the following tools ar
5757
## Container
5858

5959
1. Install [Docker](https://www.docker.com)
60-
2. Run `docker run --rm -p 8080:80 wurstbrot/dsomm:latest
60+
2. Run `docker run --rm -p 8080:8080 wurstbrot/dsomm:latest`
6161
3. Browse to <http://localhost:8080> (on macOS and Windows browse to <http://192.168.99.100:8080> if you are using docker-machine instead
6262
of the native docker installation)
6363

0 commit comments

Comments
 (0)