Skip to content

Commit

Permalink
Add Dockerfile.docker and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor authored and odinn1984 committed Mar 19, 2019
1 parent f551106 commit f749390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<p align="center">
<a href="https://snyk.io/docs/?utm_campaign=docs&utm_medium=github&utm_source=full_docs">Documentation</a> |
<a href="https://snyk.io/test/">Test your project</a>
<a href="https://snyk.io/test/">Test your project</a>
</p>

<p align="center">
Snyk helps you find, fix and monitor known vulnerabilities in open source
Snyk helps you find, fix and monitor known vulnerabilities in open source
</p>

<p align="center">
Expand Down Expand Up @@ -78,7 +78,7 @@ Docker images are tagged according to the package manager runtime they include,
The general format of tags is [snyk-version]-[package-manager]-[package-manager-version] or just [package-manager]-[package-manager-version] if we want to use the latest version of snyk. Please see available tags to see the available options.

[snyk-version] - The version of snyk that is installed in the image, if version is omitted it will use the latest version.
[package-manager] - One of the available package managers (e.g: npm, mvn, gradle, etc...).
[package-manager] - One of the available package managers (e.g: npm, mvn, gradle, etc...).
[package-manager-version] - The version of the package manager that is installed inside the image.

Please see the following examples on how to run Snyk inside docker:
Expand Down

0 comments on commit f749390

Please sign in to comment.