Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
Signed-off-by: James Kunstle <[email protected]>
  • Loading branch information
JamesKunstle committed Apr 4, 2024
1 parent 0d5d861 commit e0d2f9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .wordlist-md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ Podman
filesystem
credsStore
credStore
filesystem
Podman
credsStore
credStore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your_podman_machine_socket_path>` 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=<your_podman_machine_socket_path>` 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

Expand Down

0 comments on commit e0d2f9c

Please sign in to comment.