Get: "Error: open ..
: No such file or directory: OCI not found" on start
#9475
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I am working with Ubuntu 18.04 and recently I got the newest podman version 3.0.1 on my system.
I am running a docker container which contains just an own build of postgres inside.
Since the update I get the error Message "Error: open
..
: No such file or directory: OCI not found" on start and the container won't run.I start the container with this command line:
sudo podman run --rm -i -t postgres psql -h 192.168.1.20 -p 5433 -U odoo
Steps to reproduce the issue:
Have a docker container for Postgres
Start container with above command line as super user (sudo)
Get only the error message
Describe the results you received:
Error message:
"Error: open
..
: No such file or directory: OCI not found"Describe the results you expected:
A running container.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
No, it is a physical notebook
The text was updated successfully, but these errors were encountered: