Skip to content

Commit

Permalink
Add warning about repo2podman and WSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Nov 21, 2024
1 parent 12e8c0c commit 5368a6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tasks/repo2docker-local.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Note that you may see (possibly harmless) architecture mismatch warnings with th

You can instruct `repo2docker` to use your machine's local `docker` executable directly rather than the default of `docker-py`. You will first need to install [repo2podman](https://github.com/manics/repo2podman), a plugin that lets you use any container runtime with a command-line user interface similar to that of `docker`. This is useful if you want to leverage [docker buildx](https://github.com/docker/buildx/) (for things like multi-stage builds) or if you want to use an alternative executable like `podman`. This also eliminates architecture mismatch warnings.

::: {.callout-warning}
repo2podman reportedly does not work yet on WSL.
:::

```
repo2docker \
--Repo2Docker.platform=linux/amd64 \
Expand Down

0 comments on commit 5368a6d

Please sign in to comment.