You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/11/14 14:07:31 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on issue #1122: Can't start kvrocks in Docker container on macos.

PragmaTwice commented on issue #1122:
URL: https://github.com/apache/incubator-kvrocks/issues/1122#issuecomment-1313764955

   > @git-hulk sure.
   > 
   > ```
   > ❯ docker pull apache/kvrocks:2.2.0 --platform arm64
   > 2.2.0: Pulling from apache/kvrocks
   > 4e7e0215f4ad: Already exists
   > 2b847dde0550: Pull complete
   > c81f793545a7: Pull complete
   > e371fbf3a5a8: Pull complete
   > 3ce5b4e75401: Pull complete
   > 9e36f583daf1: Pull complete
   > 4f41328fbfd0: Pull complete
   > 19c45c51368f: Pull complete
   > Digest: sha256:24dc33d8d2b69b1bfad073e63f13edc53bfa38235eb2f7320377ea7aa2691f49
   > Status: Downloaded newer image for apache/kvrocks:2.2.0
   > WARNING: image with reference apache/kvrocks was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64
   > docker.io/apache/kvrocks:2.2.0
   > 
   > ❯ docker run -it -p 6666:6666 apache/kvrocks@sha256:24dc33d8d2b69b1bfad073e63f13edc53bfa38235eb2f7320377ea7aa2691f49
   > <jemalloc>: MADV_DONTNEED does not work (memset will be used instead)
   > <jemalloc>: (This is the expected behaviour if you are running under QEMU)
   > ```
   
   I notice there is one line in your log that seems to be the reason of the error you encountered:
   ```
   WARNING: image with reference apache/kvrocks was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org