You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am trying to run docker compose with podman and I get the below error:
PS C:\Users\xxxxx\skyvern\skyvern> podman compose up -d
Executing external compose provider "C:\Users\xxxxx\AppData\Local\Microsoft\WindowsApps\docker-compose.exe". Please see podman-compose(1) for how to disable this message. <<<<
time="2024-11-11T17:38:46+05:30" level=warning msg="C:\Users\xxxx\skyvern\skyvern\docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion"
[+] Running 0/1
Container skyvern-postgres-1 Creating 0.1s
Error response from daemon: container create: statfs /mnt/c/Users/anuthakur/skyvern/skyvern/postgres-data: no such file or directory
Error: executing C:\Users\xxxx\AppData\Local\Microsoft\WindowsApps\docker-compose.exe up -d: exit status 1
The text was updated successfully, but these errors were encountered:
Hi I am trying to run docker compose with podman and I get the below error:
PS C:\Users\xxxxx\skyvern\skyvern> podman compose up -d
time="2024-11-11T17:38:46+05:30" level=warning msg="C:\Users\xxxx\skyvern\skyvern\docker-compose.yml: the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusion"[+] Running 0/1
Error response from daemon: container create: statfs /mnt/c/Users/anuthakur/skyvern/skyvern/postgres-data: no such file or directory
Error: executing C:\Users\xxxx\AppData\Local\Microsoft\WindowsApps\docker-compose.exe up -d: exit status 1
The text was updated successfully, but these errors were encountered: