scylla
scylla copied to clipboard
树莓派docker无法启动
Describe the bug I can' t run it on raspberry pi's docker!
To Reproduce Steps to reproduce the behavior:
- run scylla on docker
sudo docker run -d -p 8899:8899 -p 8081:8081 -v /var/www/scylla:/var/www/scylla --name scylla wildcat/scylla:latest
- I can't find it in sudo docker ps
Expected behavior A clear and concise description of what you expected to happen.
Screenshots

Desktop (please complete the following information):
- Device: Raspberry Pi 3B+
- OS: Raspbian 2019-9-26
- Docker Version: 19.03.3
- uname -a info: Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
似乎没有编译这个指令集的 docker,您方便自己 build 吗?
请问有具体的方法吗,我用readme里的方法执行到npm install阶段安装失败了
我这pip install了之后可以跑 自带的debian系统