scylla icon indicating copy to clipboard operation
scylla copied to clipboard

树莓派docker无法启动

Open C-starm opened this issue 6 years ago • 3 comments

Describe the bug I can' t run it on raspberry pi's docker!

To Reproduce Steps to reproduce the behavior:

  1. 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
  1. I can't find it in sudo docker ps

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

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

C-starm avatar Oct 27 '19 10:10 C-starm

似乎没有编译这个指令集的 docker,您方便自己 build 吗?

imWildCat avatar Oct 27 '19 10:10 imWildCat

请问有具体的方法吗,我用readme里的方法执行到npm install阶段安装失败了

C-starm avatar Oct 27 '19 11:10 C-starm

我这pip install了之后可以跑 自带的debian系统

youttiao avatar Mar 06 '20 16:03 youttiao