Support podman#2584
Conversation
6a2633b to
b7a8a42
Compare
f60d35b to
e18a116
Compare
e18a116 to
87446da
Compare
87446da to
cf29cb0
Compare
|
Networking in podman is very challenging. This does not currently work well and should be revisited with Podman 6 in late May / early June. |
|
Archer tested this, and their findings are:
This is without modifying anything on eth-docker side, also inter-container communication works as expected So incoming podman 6 should be good to use for rootless mode, the only change needed would be using the new Documentation would need to note that this is v4-only, it does not work with v6 dual-stack |
cf29cb0 to
ca5c996
Compare
What I did
Add logic that detects podman and sets
.envvariables accordingly. A user with both docker and podman installed would be using podman, if the podman socket is available, and Docker otherwise.Logging in compose files no longer specifies a driver, and uses fields that both Docker and Podman support. Specifically, the log tag changes from
'{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}'to'{{.ImageName}}|{{.Name}}|{{.ID}}'