Is there a way to resolve this error when I deploy my PostgreSQL database container? The database container runs fine but I’d like to understand / remedy the actual error show below. Appreciate any assistance!
Error: OCI runtime exec failed: open /tmp/runc-process733377091: bad message: unknown
Weird. I’m using Docker Desktop on my Macbook Pro.
I just deployed MariaDB container and it appears to deploy the containers underlying filesystem. MariaDB is working fine. Wonder why PostgreSQL official image throws the error.
I just redeployed the container using docker run mapping to the same volume and it looks fine now for PostgreSQL. Weird.