Skip to content

Commit

Permalink
Merge pull request #202 from spdx/remove-container-instructions-from-…
Browse files Browse the repository at this point in the history
…README

Remove container usage instructions from README
  • Loading branch information
jspeed-meyers authored Sep 21, 2024
2 parents 5fcdec2 + fdb0d15 commit ee47486
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ if you are using different versions of python. `virtualenv` is a tool for settin
allows you to have all the dependencies for the tool set up in a single environment, or have different environments set
up for testing using different versions of Python.

*Installation Method #3*: Users comfortable with containers, specifically Docker, can also pull a container that includes `ntia-conformance-checker`.

One version is hosted on [Chainguard's registry](https://images.chainguard.dev/directory/image/ntia-conformance-checker/overview):

```
docker pull cgr.dev/chainguard/ntia-conformance-checker:latest
```

Another version is hosted on [Docker Hub](https://hub.docker.com/r/chainguard/ntia-conformance-checker):

```
docker pull chainguard/ntia-conformance-checker:latest
```

## CLI Usage

```
Expand Down

0 comments on commit ee47486

Please sign in to comment.