bashhub-server icon indicating copy to clipboard operation
bashhub-server copied to clipboard

Feature request: Docker Support for ARM to use raspberrypi+docker for hosting

Open thinkpace opened this issue 3 years ago • 2 comments

I would like to host bashhub-server via Docker on a Raspberry Pi, which is based on ARM. It would be really cool if you add docker support for ARM.

thinkpace avatar Mar 26 '21 12:03 thinkpace

Good idea! I just pushed an image to docker hub, would you mind testing it on your Raspberry Pi and letting me know if it is working alright?

docker pull nicksherron/bashhub-server:issue-21

@thinkpace

nicksherron avatar Mar 27 '21 23:03 nicksherron

Short test with Raspberry Pi 4 Model B Rev 1.4 -> works totally great! Thanks!

Test cases:

  • [x] Container startup
  • [x] Register new user and link device
  • [x] Link new device to existing user
  • [x] Add new command on different devices
  • [x] Lookup for commands on different devices
  • [x] No errors in docker log

Test system: Raspbian GNU/Linux 10 (buster) Linux amalthea 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux Bashhub client 2.1.3 (python 3.7.3)

thinkpace avatar Mar 28 '21 19:03 thinkpace