GithubHelp home page GithubHelp logo

docker-keybase's Introduction

retro64xyz/docker-keybase

Docker Image - Keybase

Keybase.io is working to bring crypto to the world. You can now install the Keybase application using docker.

How to use

Keybase docs are available from Keybase.

From Github

  1. git clone [email protected]:Retro64XYZ/docker-keybase.git docker-keybase

  2. cd docker-keybase

  3. docker build -t my_keybase .

  4. docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro my_keybase

From hub.docker.com

  1. docker pull retro64xyz/docker-keybase

  2. docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro retro64xyz/docker-keybase

docker-keybase's People

Contributors

retro64xyz avatar

Watchers

 avatar

docker-keybase's Issues

Cannot launch the GUI under Linux

Add to bashrc

export DISPLAY_MAC=`ifconfig en0 | grep "inet " | cut -d " " -f2`:0

function startx() {
	if [ -z "$(ps -ef|grep XQuartz|grep -v grep)" ] ; then
	    open -a XQuartz
        socat TCP-LISTEN:6111,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" &
	fi
}

Do startx in terminal

docker run -e DISPLAY=$DISPLAY_MAC -it my_keybase

This runs with no errors but I am unable to launch the GUI for the keybase application. Would be nice if we could get both the CLI and the GUI working out of docker.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.