Originally created by @durd on GitHub (Jan 20, 2019).
Hi,
I can't seem to run the docker image on an Raspberry Pi 3B v1.2. I'm fairly new to docker, if that would explain anything. Only running appliance-like stuff (ex. Hass.IO).
I set up a clean raspbian, ran sudo apt-get update; sudo apt-get upgrade and then installed docker: sudo apt-get install docker.io. I've tried mprasil/bitwarden:latest and mprasil/bitwarden:raspberry but gotten different errors:
pi@bitward:~ $ sudo docker run -d --name bitwarden -v /bw-data/:/data/ -p 80:80 mprasil/bitwarden:latest
Unable to find image 'mprasil/bitwarden:latest' locally
latest: Pulling from mprasil/bitwarden
5638705fc0e7: Pull complete
8e9094bb5235: Pull complete
49ef96b4afa5: Pull complete
dd04dce130e8: Pull complete
62a2c4f23f82: Pull complete
fdfc6d2b2535: Pull complete
08a98189c9be: Pull complete
dd485ffd0e29: Pull complete
070c32300037: Pull complete
ab2bc04a4727: Pull complete
340d89e9efae: Pull complete
4aff81c3e606: Pull complete
23e8f5ae0909: Pull complete
c7dfae245420: Pull complete
Digest: sha256:f2c5b224f229e38072d197bd9b52b6f58da2c08a651285dcf6091d6cf974da3d
Status: Downloaded newer image for mprasil/bitwarden:latest
WARNING: Your kernel does not support memory swappiness capabilities, memory swappiness discarded.
5873bbb8c1b8edf8da79cf8b9d4271d477b3f554104c6b061a946f9b179251a2
Error response from daemon: Cannot start container 5873bbb8c1b8edf8da79cf8b9d4271d477b3f554104c6b061a946f9b179251a2: [8] System error: exec format error
Hi, you definitely need to use the raspberry image, the latest image is x86_64 only. I just tried to pull the image now and it worked, perhaps some issue on the docker side?
@mprasil commented on GitHub (Jan 20, 2019):
Hi, you definitely need to use the `raspberry` image, the `latest` image is x86_64 only. I just tried to pull the image now and it worked, perhaps some issue on the docker side?
The version of docker in the repos tends to be pretty old, can you do docker --version?
You might need to install a more recent docker version directly from their page.
@dani-garcia commented on GitHub (Jan 20, 2019):
The version of docker in the repos tends to be pretty old, can you do `docker --version`?
You might need to install a more recent docker version directly from their page.
Yeah, it was the repos version of docker that was "bad".
Used the official curl -sSL https://get.docker.com | sh and re-ran the pull of the raspberry-tag and it downloaded just fine.
Thanks for the help, please close the issue.
@durd commented on GitHub (Jan 20, 2019):
Yeah, it was the repos version of docker that was "bad".
Used the official `curl -sSL https://get.docker.com | sh` and re-ran the pull of the raspberry-tag and it downloaded just fine.
Thanks for the help, please close the issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @durd on GitHub (Jan 20, 2019).
Hi,
I can't seem to run the docker image on an Raspberry Pi 3B v1.2. I'm fairly new to docker, if that would explain anything. Only running appliance-like stuff (ex. Hass.IO).
I set up a clean raspbian, ran
sudo apt-get update; sudo apt-get upgradeand then installed docker:sudo apt-get install docker.io. I've triedmprasil/bitwarden:latestandmprasil/bitwarden:raspberrybut gotten different errors:And:
I can't figure out why docker wouldn't be able to find the tag, the tag is there on the io-page... :)
Any ideas?
@mprasil commented on GitHub (Jan 20, 2019):
Hi, you definitely need to use the
raspberryimage, thelatestimage is x86_64 only. I just tried to pull the image now and it worked, perhaps some issue on the docker side?@dani-garcia commented on GitHub (Jan 20, 2019):
The version of docker in the repos tends to be pretty old, can you do
docker --version?You might need to install a more recent docker version directly from their page.
@durd commented on GitHub (Jan 20, 2019):
Yeah, it was the repos version of docker that was "bad".
Used the official
curl -sSL https://get.docker.com | shand re-ran the pull of the raspberry-tag and it downloaded just fine.Thanks for the help, please close the issue.