diff --git a/.wordlist-md b/.wordlist-md index 602d9642..2c407053 100644 --- a/.wordlist-md +++ b/.wordlist-md @@ -76,3 +76,7 @@ Podman filesystem credsStore credStore +filesystem +Podman +credsStore +credStore diff --git a/README.md b/README.md index 9126572e..0102af7d 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ There are many guides to transitioning from `Docker` (Desktop) to `Podman` (Desk At this point, the `Podman` docs claim that one should have moved over to `Podman` as a drop-in replacement for `Docker`. However, here are two steps that we noticed were necessary in some cases. 1. In `$HOME/.docker/config.json` replace "credsStore" with "credStore" (minus an 's') to solve registry credentialing problems. -2. Set `export DOCKER_HOST=` to the `Podman machine`'s socket on your system, which you can find in the `Resources` tab of `Podman Desktop`. The path starts with `unix://`. +2. Set `export DOCKER_HOST=` to the `Podman machine`'s socket on your system, which you can find in the `Resources` tab of `Podman Desktop`. The path starts with `unix://`. ### Build and Run