Remove Docker section from DEVELOPING.md (#1384)

Developing in Docker is no longer explicitly supported. Update
developing docs to reflect this.

Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
William Murphy 2023-07-11 13:08:50 -04:00 committed by GitHub
parent d6bd01a4fa
commit 6834e2148c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
@ -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