Skip to content

Commit

Permalink
update docs to remove references to docker desktop
Browse files Browse the repository at this point in the history
Signed-off-by: “Brittany <brittany.c.williams@ibm.com>
  • Loading branch information
“Brittany committed Dec 7, 2023
1 parent d7c7992 commit d3bd7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-tool-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,11 @@ The `detect-secrets` tool can also be run as a docker container. It supports Win

#### Prerequisite

You need to have Python and [install the pre-commit framework](https://pre-commit.com/#install). The docker image of `detect-secrets` saves you the effort of installing the detect-secret pip package, which would require a heavy weight compilation environment. Besides that, please also make sure you have [docker installed](https://docs.docker.com/install/).
You need to have Python and [install the pre-commit framework](https://pre-commit.com/#install). The docker image of `detect-secrets` saves you the effort of installing the detect-secret pip package, which would require a heavy weight compilation environment. Besides that, please also make sure you have a desktop container management application such as [Rancher Desktop](https://rancherdesktop.io) or [Podman Desktop](https://podman-desktop.io) installed. (NOTE: Docker Desktop is no longer approved to use on IBM devices.)

1. python [installed](https://docs.python-guide.org/starting/installation/)
1. pre-commit framework [installed](https://pre-commit.com/#install)
1. docker [installed](https://docs.docker.com/install/)
1. [Rancher Desktop](https://rancherdesktop.io) or [Podman Desktop](https://podman-desktop.io) installed

#### Setup steps

Expand Down

0 comments on commit d3bd7d7

Please sign in to comment.