keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.89k stars 1.23k forks source link

Docker Image Created #7081

Open Retro64XYZ opened 7 years ago

Retro64XYZ commented 7 years ago

https://hub.docker.com/r/retro64xyz/docker-keybase/

https://github.com/Retro64XYZ/docker-keybase

You can now install keybase from Docker using the command -

docker pull retro64xyz/docker-keybase

Would it be possible to get this added to the keybase.io site as an installation option in the documentation?

czerasz commented 6 years ago

I think this should be an official image

Retro64XYZ commented 6 years ago

I haven't tried to make it official or asked because I am having trouble getting it to work under Mac. Works fine under Linux, but I can't get it to run on any Mac computers.

On Thu, Mar 1, 2018 at 1:48 AM, Michał Czeraszkiewicz < notifications@github.com> wrote:

I think this should be an official image

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keybase/client/issues/7081#issuecomment-369518676, or mute the thread https://github.com/notifications/unsubscribe-auth/AZjtyZjK7-VtOouJ29XohRYNPUU3rLukks5tZ7XTgaJpZM4Nh3kG .

PresGas commented 6 years ago

How does this work with KBFS; is the build file exporting this for desktop use and I missed it?

zegerhoogeboom commented 6 years ago

@Retro64XYZ For me this breaks on the dpkg command. Using ; exit 0 the (expected) dpkg errors are ignored. Also I need to run the USER command before run_keybase. Perhaps you can give these changes a spin on a Mac.

RUN dpkg -i keybase_amd64.deb; exit 0
RUN apt-get install -fy
USER keybaseme
RUN run_keybase
Retro64XYZ commented 6 years ago

I am making some changes now and this should work better soon.

On Mar 30, 2018, at 8:07 AM, Zeger Hoogeboom notifications@github.com wrote:

@Retro64XYZ For me this breaks on the dpkg command. Using ; exit 0 the (expected) dpkg errors are ignored. Also I need to run the USER command before run_keybase. Perhaps you can give these changes a spin on a Mac.

RUN dpkg -i keybase_amd64.deb; exit 0 RUN apt-get install -fy USER keybaseme RUN run_keybase — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.