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
The text was updated successfully, but these errors were encountered:
officerebel
changed the title
Wehn run with Docker on osx Ventura 13.1 I get this error
When run with Docker on osx Ventura 13.1 I get this error
Feb 5, 2023
fastapi-vue % docker-compose up -d --build
[+] Building 1.6s (12/12) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 313B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/python 1.4s
=> [1/7] FROM docker.io/library/python:3.11-buster@sha25 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 217B 0.0s
=> CACHED [2/7] RUN mkdir app 0.0s
=> CACHED [3/7] WORKDIR /app 0.0s
=> CACHED [4/7] COPY requirements.txt . 0.0s
=> CACHED [5/7] RUN pip install --upgrade pip 0.0s
=> CACHED [6/7] RUN pip install -r requirements.txt 0.0s
=> [7/7] COPY src/ . 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:07031a2595515a706b60eaf32ccc3 0.0s
=> => naming to docker.io/library/fastapi-vue-backend 0.0s
[+] Running 0/1
⠿ Container fastapi-vue-backend-1 Starting 0.9s
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec:
The text was updated successfully, but these errors were encountered: