Skip to content

Commit

Permalink
Remove Docker section from DEVELOPING.md (#1384)
Browse files Browse the repository at this point in the history
Developing in Docker is no longer explicitly supported. Update
developing docs to reflect this.

Signed-off-by: Will Murphy <will.murphy@anchore.com>
  • Loading branch information
willmurphyscode authored Jul 11, 2023
1 parent d6bd01a commit 6834e21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ There are a few useful things to know before diving into the codebase. This proj

## Getting started

### Native Development

After cloning do the following:

1. run `go build main.go` to get a binary named `main` from the source (use `-o <name>` to get a differently named binary), or optionally `go run main.go` to run from source.
Expand All @@ -19,14 +17,6 @@ The main make tasks for common static analysis and testing are `lint`, `format`,

See `make help` for all the current make tasks.

### Docker Development

This depends on Docker and Docker Compose

1. run `docker-compose build grype` to build the local development container
2. run `docker-compose run --rm grype bash` to enter into the container with all the bootstrapped dependencies installed.
3. run `make` to verify everything is installed and working properly

## Relationship to Syft

Grype uses Syft as a library for all-things related to obtaining and parsing the given scan target (pulling container
Expand Down

0 comments on commit 6834e21

Please sign in to comment.