We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df17915 commit 19e5803Copy full SHA for 19e5803
1 file changed
pages/docker/index.html
@@ -243,6 +243,10 @@ <h2>podman</h2>
243
podman compose version
244
# to install
245
https://podman-desktop.io/docs/compose/setting-up-compose
246
+ # normally podman is using docker compose, in order to switch
247
+ brew install podman-compose
248
+ # and add to ~/.zshrc
249
+ export PODMAN_COMPOSE_PROVIDER=podman-compose
250
251
</script>
252
<h2>network</h2>
0 commit comments