-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Same, except
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): ⛈️
- Deployment Type: Docker (using Podman)
- Node Version: N/A
- Component & Version: v2.26.0
Additional context
To get podman (rootless) to work for OpenAMT to work, I had to take the following measures:
- Set
"dns_enabled": truein/etc/containers/networks/podman.json - Modify
kong's ports indocker-compose.ymlto expose 8443:8443 rather than 443:8443 - Modify
webui's environment indocker-compose.ymlto include port 8443 in{MPS,RPS,VAULT}_SERVERenv vars - Either ignore the healthcheck status on
mpsrouteror patchpodman-composeto get the correct status (Fix CMD healthchecks running with /bin/sh containers/podman-compose#1106)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Future Items