Open
Description
Following the documentation here: https://sli.dev/guide/install.html#install-on-docker
I ran the command below (added --platform
)
docker run --name slidev --rm -it \
--user node \
--platform linux/amd64/v3 \
-v (pwd):/slidev \
-p 3030:3030 \
tangramor/slidev:latest
Unable to find image 'tangramor/slidev:latest' locally
latest: Pulling from tangramor/slidev
c41833b44d91: Pull complete
762c2470eea4: Pull complete
fefc7d195eee: Pull complete
06fc22ed341f: Pull complete
768063141391: Pull complete
3837a9825463: Pull complete
78cf9c1f14c9: Pull complete
Digest: sha256:9cd1c610d197b0a343c0bea9a3049af709f779496e67242e5ec8e9eee51aac09
Status: Downloaded newer image for tangramor/slidev:latest
docker: image with reference tangramor/slidev was found but does not match the specified platform: wanted linux/amd64/v3, actual: linux/arm64/v8.
See 'docker run --help'.
Desktop (please complete the following information):
- OS: Linux
- Browser: Brave
- Slidev version: Docker (latest)