Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thinkpace opened this issue Mar 26, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@thinkpace
Copy link

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 thinkpace added the enhancement New feature or request label Mar 26, 2021
@nicksherron
Copy link
Owner

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

@thinkpace
Copy link
Author

thinkpace commented Mar 28, 2021

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

Test cases:

  • Container startup
  • Register new user and link device
  • Link new device to existing user
  • Add new command on different devices
  • Lookup for commands on different devices
  • 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 thinkpace changed the title Feature request: Docker Support for ARM to be able to use raspberrypi+docker for hosting Feature request: Docker Support for ARM to use raspberrypi+docker for hosting Mar 28, 2021
@francescor
Copy link

Hi, we badly need the arm version, too (the arm64, aka aarch64) to use this in arm based Ec2 instances in AWS.

I see you already release arm version, it is just docker hub without it (even the nicksherron/bashhub-server:issue-21)

$ docker manifest inspect nicksherron/bashhub-server | grep -i arch 
$ docker manifest inspect nicksherron/bashhub-server:issue-21 | grep -i arch

We are available for testing if you need

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants