We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
podman-compose
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 🪲 Attempting to use podman-compose as a drop-in replacement for docker-compose does not work.
To Reproduce 🪜 Steps to reproduce the behavior:
podman compose up -d
Expected behavior Same result as with docker-compose
docker-compose
Screenshots 🖼️ N/A
AMT Device (please complete the following information): 🖥️ N/A
Service Deployment (please complete the following information): ⛈️
Additional context
To get podman (rootless) to work for OpenAMT to work, I had to take the following measures:
"dns_enabled": true
/etc/containers/networks/podman.json
kong
docker-compose.yml
webui
{MPS,RPS,VAULT}_SERVER
mpsrouter
The text was updated successfully, but these errors were encountered:
Proposed solution:
Sorry, something went wrong.
No branches or pull requests
Describe the bug 🪲
Attempting to use podman-compose as a drop-in replacement for docker-compose does not work.
To Reproduce 🪜
Steps to reproduce the behavior:
podman compose up -d
Expected behavior
Same result as with
docker-compose
Screenshots 🖼️
N/A
AMT Device (please complete the following information): 🖥️
N/A
Service Deployment (please complete the following information): ⛈️
Additional context
To get podman (rootless) to work for OpenAMT to work, I had to take the following measures:
"dns_enabled": true
in/etc/containers/networks/podman.json
kong
's ports indocker-compose.yml
to expose 8443:8443 rather than 443:8443webui
's environment indocker-compose.yml
to include port 8443 in{MPS,RPS,VAULT}_SERVER
env varsmpsrouter
or patchpodman-compose
to get the correct status (Fix CMD healthchecks running with /bin/sh containers/podman-compose#1106)The text was updated successfully, but these errors were encountered: